Html Css Color HEX #A08534 Reef Gold

📋 copy color: '#A08534'

red 160 ◦ green 133 ◦ blue 52

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

Shades of Reef Gold #A08534

Tints of Reef Gold #A08534

RGB

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

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

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

R = 46.38%
G = 38.55%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A08534 (or 0xA08534) is known color: Reef Gold. HEX triplet: A0, 85 and 34. RGB value is (160,133,52). Sum of RGB (Red+Green+Blue) = 160+133+52=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08534 is #5F7ACB. Grayscale: #848484. Windows color (decimal): -6257356 or 3442080. OLE color: 3442080.

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

Color convert

RGB 160 133 52 -
CMYK 0 0.17 0.68 0.37
HSL 45º 0.51% 0.42% -
HSV(B) 45º 0.68% 0.63% -
XYZ 23.5 24.5 6.74 -
YUV 131.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 160 133 52 0 0.17 0.68 0.37 45 0.51 0.42
Hex A0 85 34 0 11 44 25 2D 33 2A
Octal 240 205 64 0 21 104 45 55 63 52
Binary 10100000 10000101 110100 0 10001 1000100 100101 101101 110011 101010

Color Harmonies of #A08534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08534

Black with #A08534

Text Example


Text Example

White with #A08534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08534; }

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

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

background-color css

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

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

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

border-color css

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

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

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