Html Css Color HEX #A09432 Reef Gold

📋 copy color: '#A09432'

red 160 ◦ green 148 ◦ blue 50

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

Shades of Reef Gold #A09432

Tints of Reef Gold #A09432

RGB

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

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

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

R = 44.69%
G = 41.34%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A09432 (or 0xA09432) is known color: Reef Gold. HEX triplet: A0, 94 and 32. RGB value is (160,148,50). Sum of RGB (Red+Green+Blue) = 160+148+50=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A09432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09432 is #5F6BCD. Grayscale: #8C8C8C. Windows color (decimal): -6253518 or 3314848. OLE color: 3314848.

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

Color convert

RGB 160 148 50 -
CMYK 0 0.07 0.69 0.37
HSL 53.45º 0.52% 0.41% -
HSV(B) 53.45º 0.69% 0.63% -
XYZ 25.66 28.88 7.24 -
YUV 140.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 160 148 50 0 0.07 0.69 0.37 53.45 0.52 0.41
Hex A0 94 32 0 7 45 25 35 34 29
Octal 240 224 62 0 7 105 45 65 64 51
Binary 10100000 10010100 110010 0 111 1000101 100101 110101 110100 101001

Color Harmonies of #A09432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09432

Black with #A09432

Text Example


Text Example

White with #A09432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09432; }

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

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

background-color css

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

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

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

border-color css

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

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

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