Html Css Color HEX #A08A34 Reef Gold

📋 copy color: '#A08A34'

red 160 ◦ green 138 ◦ blue 52

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

Shades of Reef Gold #A08A34

Tints of Reef Gold #A08A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 45.71%
G = 39.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A08A34 (or 0xA08A34) is known color: Reef Gold. HEX triplet: A0, 8A and 34. RGB value is (160,138,52). Sum of RGB (Red+Green+Blue) = 160+138+52=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A34 is #5F75CB. Grayscale: #878787. Windows color (decimal): -6256076 or 3443360. OLE color: 3443360.

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

Color convert

RGB 160 138 52 -
CMYK 0 0.14 0.68 0.37
HSL 47.78º 0.51% 0.42% -
HSV(B) 47.78º 0.68% 0.63% -
XYZ 24.21 25.9 6.97 -
YUV 134.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 160 138 52 0 0.14 0.68 0.37 47.78 0.51 0.42
Hex A0 8A 34 0 E 44 25 30 33 2A
Octal 240 212 64 0 16 104 45 60 63 52
Binary 10100000 10001010 110100 0 1110 1000100 100101 110000 110011 101010

Color Harmonies of #A08A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A34

Black with #A08A34

Text Example


Text Example

White with #A08A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A34; }

 p { color: rgb(160,138,52); }

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

background-color css

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

 a { background-color: rgb(160,138,52); }

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

border-color css

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

 span { border-color: rgb(160,138,52); }

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