Html Css Color HEX #A99535 Reef Gold

📋 copy color: '#A99535'

red 169 ◦ green 149 ◦ blue 53

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

Shades of Reef Gold #A99535

Tints of Reef Gold #A99535

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 45.55%
G = 40.16%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A99535 (or 0xA99535) is known color: Reef Gold. HEX triplet: A9, 95 and 35. RGB value is (169,149,53). Sum of RGB (Red+Green+Blue) = 169+149+53=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A99535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99535 is #566ACA. Grayscale: #909090. Windows color (decimal): -5663435 or 3511721. OLE color: 3511721.

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

Color convert

RGB 169 149 53 -
CMYK 0 0.12 0.69 0.34
HSL 49.66º 0.52% 0.44% -
HSV(B) 49.66º 0.69% 0.66% -
XYZ 27.75 30.19 7.73 -
YUV 144.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 169 149 53 0 0.12 0.69 0.34 49.66 0.52 0.44
Hex A9 95 35 0 C 45 22 32 34 2C
Octal 251 225 65 0 14 105 42 62 64 54
Binary 10101001 10010101 110101 0 1100 1000101 100010 110010 110100 101100

Color Harmonies of #A99535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99535

Black with #A99535

Text Example


Text Example

White with #A99535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99535; }

 p { color: rgb(169,149,53); }

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

background-color css

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

 a { background-color: rgb(169,149,53); }

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

border-color css

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

 span { border-color: rgb(169,149,53); }

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