Html Css Color HEX #A09433 Reef Gold

📋 copy color: '#A09433'

red 160 ◦ green 148 ◦ blue 51

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

Shades of Reef Gold #A09433

Tints of Reef Gold #A09433

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 44.57%
G = 41.23%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A09433 (or 0xA09433) is known color: Reef Gold. HEX triplet: A0, 94 and 33. RGB value is (160,148,51). Sum of RGB (Red+Green+Blue) = 160+148+51=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A09433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09433 is #5F6BCC. Grayscale: #8C8C8C. Windows color (decimal): -6253517 or 3380384. OLE color: 3380384.

HSL color Cylindrical-coordinate representation of color #A09433: hue angle of 53.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A09433 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 51 -
CMYK 0 0.07 0.68 0.37
HSL 53.39º 0.52% 0.41% -
HSV(B) 53.39º 0.68% 0.63% -
XYZ 25.68 28.89 7.36 -
YUV 140.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 160 148 51 0 0.07 0.68 0.37 53.39 0.52 0.41
Hex A0 94 33 0 7 44 25 35 34 29
Octal 240 224 63 0 7 104 45 65 64 51
Binary 10100000 10010100 110011 0 111 1000100 100101 110101 110100 101001

Color Harmonies of #A09433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09433

Black with #A09433

Text Example


Text Example

White with #A09433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09433; }

 p { color: rgb(160,148,51); }

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

background-color css

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

 a { background-color: rgb(160,148,51); }

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

border-color css

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

 span { border-color: rgb(160,148,51); }

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