Html Css Color HEX #A99034 Reef Gold

📋 copy color: '#A99034'

red 169 ◦ green 144 ◦ blue 52

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

Shades of Reef Gold #A99034

Tints of Reef Gold #A99034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 46.3%
G = 39.45%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A99034 (or 0xA99034) is known color: Reef Gold. HEX triplet: A9, 90 and 34. RGB value is (169,144,52). Sum of RGB (Red+Green+Blue) = 169+144+52=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A99034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99034 is #566FCB. Grayscale: #8D8D8D. Windows color (decimal): -5664716 or 3444905. OLE color: 3444905.

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

Color convert

RGB 169 144 52 -
CMYK 0 0.15 0.69 0.34
HSL 47.18º 0.53% 0.43% -
HSV(B) 47.18º 0.69% 0.66% -
XYZ 26.96 28.63 7.35 -
YUV 140.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 169 144 52 0 0.15 0.69 0.34 47.18 0.53 0.43
Hex A9 90 34 0 F 45 22 2F 35 2B
Octal 251 220 64 0 17 105 42 57 65 53
Binary 10101001 10010000 110100 0 1111 1000101 100010 101111 110101 101011

Color Harmonies of #A99034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99034

Black with #A99034

Text Example


Text Example

White with #A99034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99034; }

 p { color: rgb(169,144,52); }

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

background-color css

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

 a { background-color: rgb(169,144,52); }

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

border-color css

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

 span { border-color: rgb(169,144,52); }

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