Html Css Color HEX #A08734 Reef Gold

📋 copy color: '#A08734'

red 160 ◦ green 135 ◦ blue 52

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

Shades of Reef Gold #A08734

Tints of Reef Gold #A08734

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 46.11%
G = 38.9%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A08734 (or 0xA08734) is known color: Reef Gold. HEX triplet: A0, 87 and 34. RGB value is (160,135,52). Sum of RGB (Red+Green+Blue) = 160+135+52=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08734 is #5F78CB. Grayscale: #858585. Windows color (decimal): -6256844 or 3442592. OLE color: 3442592.

HSL color Cylindrical-coordinate representation of color #A08734: hue angle of 46.11º 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 #A08734 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 52 -
CMYK 0 0.16 0.68 0.37
HSL 46.11º 0.51% 0.42% -
HSV(B) 46.11º 0.68% 0.63% -
XYZ 23.78 25.05 6.83 -
YUV 133.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 160 135 52 0 0.16 0.68 0.37 46.11 0.51 0.42
Hex A0 87 34 0 10 44 25 2E 33 2A
Octal 240 207 64 0 20 104 45 56 63 52
Binary 10100000 10000111 110100 0 10000 1000100 100101 101110 110011 101010

Color Harmonies of #A08734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08734

Black with #A08734

Text Example


Text Example

White with #A08734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08734; }

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

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

background-color css

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

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

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

border-color css

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

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

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