Html Css Color HEX #A09831 Reef Gold

📋 copy color: '#A09831'

red 160 ◦ green 152 ◦ blue 49

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

Shades of Reef Gold #A09831

Tints of Reef Gold #A09831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 44.32%
G = 42.11%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09831 (or 0xA09831) is known color: Reef Gold. HEX triplet: A0, 98 and 31. RGB value is (160,152,49). Sum of RGB (Red+Green+Blue) = 160+152+49=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09831 is #5F67CE. Grayscale: #8F8F8F. Windows color (decimal): -6252495 or 3250336. OLE color: 3250336.

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

Color convert

RGB 160 152 49 -
CMYK 0 0.05 0.69 0.37
HSL 55.68º 0.53% 0.41% -
HSV(B) 55.68º 0.69% 0.63% -
XYZ 26.28 30.15 7.34 -
YUV 142.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 160 152 49 0 0.05 0.69 0.37 55.68 0.53 0.41
Hex A0 98 31 0 5 45 25 38 35 29
Octal 240 230 61 0 5 105 45 70 65 51
Binary 10100000 10011000 110001 0 101 1000101 100101 111000 110101 101001

Color Harmonies of #A09831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09831

Black with #A09831

Text Example


Text Example

White with #A09831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09831; }

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

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

background-color css

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

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

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

border-color css

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

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

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