Html Css Color HEX #A99835 Reef Gold

📋 copy color: '#A99835'

red 169 ◦ green 152 ◦ blue 53

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

Shades of Reef Gold #A99835

Tints of Reef Gold #A99835

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 45.19%
G = 40.64%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A99835 (or 0xA99835) is known color: Reef Gold. HEX triplet: A9, 98 and 35. RGB value is (169,152,53). Sum of RGB (Red+Green+Blue) = 169+152+53=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A99835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99835 is #5667CA. Grayscale: #929292. Windows color (decimal): -5662667 or 3512489. OLE color: 3512489.

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

Color convert

RGB 169 152 53 -
CMYK 0 0.10 0.69 0.34
HSL 51.21º 0.52% 0.44% -
HSV(B) 51.21º 0.69% 0.66% -
XYZ 28.23 31.15 7.89 -
YUV 145.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 169 152 53 0 0.10 0.69 0.34 51.21 0.52 0.44
Hex A9 98 35 0 A 45 22 33 34 2C
Octal 251 230 65 0 12 105 42 63 64 54
Binary 10101001 10011000 110101 0 1010 1000101 100010 110011 110100 101100

Color Harmonies of #A99835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99835

Black with #A99835

Text Example


Text Example

White with #A99835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99835; }

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

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

background-color css

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

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

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

border-color css

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

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

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