Html Css Color HEX #A99A30 Reef Gold

📋 copy color: '#A99A30'

red 169 ◦ green 154 ◦ blue 48

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

Shades of Reef Gold #A99A30

Tints of Reef Gold #A99A30

RGB

 RED value IS 169 (66.41% from 255) = 45.55%

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 45.55%
G = 41.51%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A99A30 (or 0xA99A30) is known color: Reef Gold. HEX triplet: A9, 9A and 30. RGB value is (169,154,48). Sum of RGB (Red+Green+Blue) = 169+154+48=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A30 is #5665CF. Grayscale: #929292. Windows color (decimal): -5662160 or 3185321. OLE color: 3185321.

HSL color Cylindrical-coordinate representation of color #A99A30: hue angle of 52.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A99A30 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 154 48 -
CMYK 0 0.09 0.72 0.34
HSL 52.56º 0.56% 0.43% -
HSV(B) 52.56º 0.72% 0.66% -
XYZ 28.45 31.76 7.43 -
YUV 146.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 169 154 48 0 0.09 0.72 0.34 52.56 0.56 0.43
Hex A9 9A 30 0 9 48 22 35 38 2B
Octal 251 232 60 0 11 110 42 65 70 53
Binary 10101001 10011010 110000 0 1001 1001000 100010 110101 111000 101011

Color Harmonies of #A99A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99A30

Black with #A99A30

Text Example


Text Example

White with #A99A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99A30; }

 p { color: rgb(169,154,48); }

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

background-color css

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

 a { background-color: rgb(169,154,48); }

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

border-color css

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

 span { border-color: rgb(169,154,48); }

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