Html Css Color HEX #A89536 Reef Gold

📋 copy color: '#A89536'

red 168 ◦ green 149 ◦ blue 54

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

Shades of Reef Gold #A89536

Tints of Reef Gold #A89536

RGB

 RED value IS 168 (66.02% from 255) = 45.28%

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 45.28%
G = 40.16%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A89536 (or 0xA89536) is known color: Reef Gold. HEX triplet: A8, 95 and 36. RGB value is (168,149,54). Sum of RGB (Red+Green+Blue) = 168+149+54=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A89536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89536 is #576AC9. Grayscale: #909090. Windows color (decimal): -5728970 or 3577256. OLE color: 3577256.

HSL color Cylindrical-coordinate representation of color #A89536: hue angle of 50º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89536 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 54 -
CMYK 0 0.11 0.68 0.34
HSL 50º 0.51% 0.44% -
HSV(B) 50º 0.68% 0.66% -
XYZ 27.56 30.09 7.84 -
YUV 143.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 168 149 54 0 0.11 0.68 0.34 50 0.51 0.44
Hex A8 95 36 0 B 44 22 32 33 2C
Octal 250 225 66 0 13 104 42 62 63 54
Binary 10101000 10010101 110110 0 1011 1000100 100010 110010 110011 101100

Color Harmonies of #A89536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89536

Black with #A89536

Text Example


Text Example

White with #A89536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89536; }

 p { color: rgb(168,149,54); }

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

background-color css

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

 a { background-color: rgb(168,149,54); }

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

border-color css

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

 span { border-color: rgb(168,149,54); }

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