Html Css Color HEX #A09331 Reef Gold

📋 copy color: '#A09331'

red 160 ◦ green 147 ◦ blue 49

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

Shades of Reef Gold #A09331

Tints of Reef Gold #A09331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 44.94%
G = 41.29%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09331 (or 0xA09331) is known color: Reef Gold. HEX triplet: A0, 93 and 31. RGB value is (160,147,49). Sum of RGB (Red+Green+Blue) = 160+147+49=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A09331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09331 is #5F6CCE. Grayscale: #8C8C8C. Windows color (decimal): -6253775 or 3249056. OLE color: 3249056.

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

Color convert

RGB 160 147 49 -
CMYK 0 0.08 0.69 0.37
HSL 52.97º 0.53% 0.41% -
HSV(B) 52.97º 0.69% 0.63% -
XYZ 25.49 28.56 7.08 -
YUV 139.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 160 147 49 0 0.08 0.69 0.37 52.97 0.53 0.41
Hex A0 93 31 0 8 45 25 35 35 29
Octal 240 223 61 0 10 105 45 65 65 51
Binary 10100000 10010011 110001 0 1000 1000101 100101 110101 110101 101001

Color Harmonies of #A09331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09331

Black with #A09331

Text Example


Text Example

White with #A09331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09331; }

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

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

background-color css

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

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

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

border-color css

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

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

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