Html Css Color HEX #A09436 Reef Gold

📋 copy color: '#A09436'

red 160 ◦ green 148 ◦ blue 54

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

Shades of Reef Gold #A09436

Tints of Reef Gold #A09436

RGB

 RED value IS 160 (62.89% from 255) = 44.2%

 GREEN value IS 148 (58.2% from 255) = 40.88%

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

R = 44.2%
G = 40.88%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A09436 (or 0xA09436) is known color: Reef Gold. HEX triplet: A0, 94 and 36. RGB value is (160,148,54). Sum of RGB (Red+Green+Blue) = 160+148+54=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A09436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09436 is #5F6BC9. Grayscale: #8D8D8D. Windows color (decimal): -6253514 or 3576992. OLE color: 3576992.

HSL color Cylindrical-coordinate representation of color #A09436: hue angle of 53.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A09436 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 54 -
CMYK 0 0.07 0.66 0.37
HSL 53.21º 0.5% 0.42% -
HSV(B) 53.21º 0.66% 0.63% -
XYZ 25.75 28.92 7.71 -
YUV 140.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 160 148 54 0 0.07 0.66 0.37 53.21 0.5 0.42
Hex A0 94 36 0 7 42 25 35 32 2A
Octal 240 224 66 0 7 102 45 65 62 52
Binary 10100000 10010100 110110 0 111 1000010 100101 110101 110010 101010

Color Harmonies of #A09436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09436

Black with #A09436

Text Example


Text Example

White with #A09436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09436; }

 p { color: rgb(160,148,54); }

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

background-color css

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

 a { background-color: rgb(160,148,54); }

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

border-color css

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

 span { border-color: rgb(160,148,54); }

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