Html Css Color HEX #A5852D Reef Gold

📋 copy color: '#A5852D'

red 165 ◦ green 133 ◦ blue 45

#A5852D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A5852D

Tints of Reef Gold #A5852D

RGB

 RED value IS 165 (64.84% from 255) = 48.1%

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 48.1%
G = 38.78%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5852D (or 0xA5852D) is known color: Reef Gold. HEX triplet: A5, 85 and 2D. RGB value is (165,133,45). Sum of RGB (Red+Green+Blue) = 165+133+45=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5852D is #5A7AD2. Grayscale: #848484. Windows color (decimal): -5929683 or 2983333. OLE color: 2983333.

HSL color Cylindrical-coordinate representation of color #A5852D: hue angle of 44º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5852D is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 45 -
CMYK 0 0.19 0.73 0.35
HSL 44º 0.57% 0.41% -
HSV(B) 44º 0.73% 0.65% -
XYZ 24.38 24.96 6.02 -
YUV 132.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 165 133 45 0 0.19 0.73 0.35 44 0.57 0.41
Hex A5 85 2D 0 13 49 23 2C 39 29
Octal 245 205 55 0 23 111 43 54 71 51
Binary 10100101 10000101 101101 0 10011 1001001 100011 101100 111001 101001

Color Harmonies of #A5852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5852D

Black with #A5852D

Text Example


Text Example

White with #A5852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5852D; }

 p { color: rgb(165,133,45); }

 H1.HeaderClassName
 {
   color: #A5852D;
 }
 .AnyTagClassName
 {
   color: #A5852D;
 }
</style>

background-color css

<style>
 a { background-color: #A5852D; }

 a { background-color: rgb(165,133,45); }

 div.DivClassName
 {
   background-color: #A5852D;
 }
 .BgClassName
 {
   background-color: #A5852D;
 }
</style>

border-color css

<style>
 span { border-color: #A5852D; }

 span { border-color: rgb(165,133,45); }

 td.TdClassName
 {
   border-color: #A5852D;
 }
 .TagClassName
 {
   border-color: #A5852D;
 }
</style>