Html Css Color HEX #A08432 Reef Gold

📋 copy color: '#A08432'

red 160 ◦ green 132 ◦ blue 50

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

Shades of Reef Gold #A08432

Tints of Reef Gold #A08432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.6%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 46.78%
G = 38.6%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A08432 (or 0xA08432) is known color: Reef Gold. HEX triplet: A0, 84 and 32. RGB value is (160,132,50). Sum of RGB (Red+Green+Blue) = 160+132+50=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08432 is #5F7BCD. Grayscale: #838383. Windows color (decimal): -6257614 or 3310752. OLE color: 3310752.

HSL color Cylindrical-coordinate representation of color #A08432: hue angle of 44.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08432 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 50 -
CMYK 0 0.17 0.69 0.37
HSL 44.73º 0.52% 0.41% -
HSV(B) 44.73º 0.69% 0.63% -
XYZ 23.32 24.21 6.46 -
YUV 131.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 160 132 50 0 0.17 0.69 0.37 44.73 0.52 0.41
Hex A0 84 32 0 11 45 25 2D 34 29
Octal 240 204 62 0 21 105 45 55 64 51
Binary 10100000 10000100 110010 0 10001 1000101 100101 101101 110100 101001

Color Harmonies of #A08432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08432

Black with #A08432

Text Example


Text Example

White with #A08432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08432; }

 p { color: rgb(160,132,50); }

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

background-color css

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

 a { background-color: rgb(160,132,50); }

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

border-color css

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

 span { border-color: rgb(160,132,50); }

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