Html Css Color HEX #A08832 Reef Gold

📋 copy color: '#A08832'

red 160 ◦ green 136 ◦ blue 50

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

Shades of Reef Gold #A08832

Tints of Reef Gold #A08832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

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

R = 46.24%
G = 39.31%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A08832 (or 0xA08832) is known color: Reef Gold. HEX triplet: A0, 88 and 32. RGB value is (160,136,50). Sum of RGB (Red+Green+Blue) = 160+136+50=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A08832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08832 is #5F77CD. Grayscale: #858585. Windows color (decimal): -6256590 or 3311776. OLE color: 3311776.

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

Color convert

RGB 160 136 50 -
CMYK 0 0.15 0.69 0.37
HSL 46.91º 0.52% 0.41% -
HSV(B) 46.91º 0.69% 0.63% -
XYZ 23.88 25.31 6.64 -
YUV 133.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 160 136 50 0 0.15 0.69 0.37 46.91 0.52 0.41
Hex A0 88 32 0 F 45 25 2F 34 29
Octal 240 210 62 0 17 105 45 57 64 51
Binary 10100000 10001000 110010 0 1111 1000101 100101 101111 110100 101001

Color Harmonies of #A08832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08832

Black with #A08832

Text Example


Text Example

White with #A08832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08832; }

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

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

background-color css

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

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

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

border-color css

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

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

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