Html Css Color HEX #A08731 Reef Gold

📋 copy color: '#A08731'

red 160 ◦ green 135 ◦ blue 49

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

Shades of Reef Gold #A08731

Tints of Reef Gold #A08731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.24%

R = 46.51%
G = 39.24%
B = 14.24%

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

#A08731 (or 0xA08731) is known color: Reef Gold. HEX triplet: A0, 87 and 31. RGB value is (160,135,49). Sum of RGB (Red+Green+Blue) = 160+135+49=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A08731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08731 is #5F78CE. Grayscale: #858585. Windows color (decimal): -6256847 or 3245984. OLE color: 3245984.

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

Color convert

RGB 160 135 49 -
CMYK 0 0.16 0.69 0.37
HSL 46.49º 0.53% 0.41% -
HSV(B) 46.49º 0.69% 0.63% -
XYZ 23.72 25.02 6.49 -
YUV 132.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 160 135 49 0 0.16 0.69 0.37 46.49 0.53 0.41
Hex A0 87 31 0 10 45 25 2E 35 29
Octal 240 207 61 0 20 105 45 56 65 51
Binary 10100000 10000111 110001 0 10000 1000101 100101 101110 110101 101001

Color Harmonies of #A08731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08731

Black with #A08731

Text Example


Text Example

White with #A08731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08731; }

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

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

background-color css

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

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

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

border-color css

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

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

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