Html Css Color HEX #A99735 Reef Gold

📋 copy color: '#A99735'

red 169 ◦ green 151 ◦ blue 53

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

Shades of Reef Gold #A99735

Tints of Reef Gold #A99735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 45.31%
G = 40.48%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A99735 (or 0xA99735) is known color: Reef Gold. HEX triplet: A9, 97 and 35. RGB value is (169,151,53). Sum of RGB (Red+Green+Blue) = 169+151+53=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A99735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99735 is #5668CA. Grayscale: #919191. Windows color (decimal): -5662923 or 3512233. OLE color: 3512233.

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

Color convert

RGB 169 151 53 -
CMYK 0 0.11 0.69 0.34
HSL 50.69º 0.52% 0.44% -
HSV(B) 50.69º 0.69% 0.66% -
XYZ 28.07 30.83 7.84 -
YUV 145.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 169 151 53 0 0.11 0.69 0.34 50.69 0.52 0.44
Hex A9 97 35 0 B 45 22 33 34 2C
Octal 251 227 65 0 13 105 42 63 64 54
Binary 10101001 10010111 110101 0 1011 1000101 100010 110011 110100 101100

Color Harmonies of #A99735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99735

Black with #A99735

Text Example


Text Example

White with #A99735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99735; }

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

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

background-color css

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

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

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

border-color css

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

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

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