Html Css Color HEX #A08732 Reef Gold

📋 copy color: '#A08732'

red 160 ◦ green 135 ◦ blue 50

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

Shades of Reef Gold #A08732

Tints of Reef Gold #A08732

RGB

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

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

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

R = 46.38%
G = 39.13%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A08732 (or 0xA08732) is known color: Reef Gold. HEX triplet: A0, 87 and 32. RGB value is (160,135,50). Sum of RGB (Red+Green+Blue) = 160+135+50=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A08732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08732 is #5F78CD. Grayscale: #858585. Windows color (decimal): -6256846 or 3311520. OLE color: 3311520.

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

Color convert

RGB 160 135 50 -
CMYK 0 0.16 0.69 0.37
HSL 46.36º 0.52% 0.41% -
HSV(B) 46.36º 0.69% 0.63% -
XYZ 23.74 25.03 6.6 -
YUV 132.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 160 135 50 0 0.16 0.69 0.37 46.36 0.52 0.41
Hex A0 87 32 0 10 45 25 2E 34 29
Octal 240 207 62 0 20 105 45 56 64 51
Binary 10100000 10000111 110010 0 10000 1000101 100101 101110 110100 101001

Color Harmonies of #A08732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08732

Black with #A08732

Text Example


Text Example

White with #A08732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08732; }

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

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

background-color css

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

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

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

border-color css

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

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

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