Html Css Color HEX #A99336 Reef Gold

📋 copy color: '#A99336'

red 169 ◦ green 147 ◦ blue 54

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

Shades of Reef Gold #A99336

Tints of Reef Gold #A99336

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 45.68%
G = 39.73%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A99336 (or 0xA99336) is known color: Reef Gold. HEX triplet: A9, 93 and 36. RGB value is (169,147,54). Sum of RGB (Red+Green+Blue) = 169+147+54=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99336 is #566CC9. Grayscale: #8F8F8F. Windows color (decimal): -5663946 or 3576745. OLE color: 3576745.

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

Color convert

RGB 169 147 54 -
CMYK 0 0.13 0.68 0.34
HSL 48.52º 0.52% 0.44% -
HSV(B) 48.52º 0.68% 0.66% -
XYZ 27.46 29.57 7.75 -
YUV 142.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 169 147 54 0 0.13 0.68 0.34 48.52 0.52 0.44
Hex A9 93 36 0 D 44 22 31 34 2C
Octal 251 223 66 0 15 104 42 61 64 54
Binary 10101001 10010011 110110 0 1101 1000100 100010 110001 110100 101100

Color Harmonies of #A99336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99336

Black with #A99336

Text Example


Text Example

White with #A99336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99336; }

 p { color: rgb(169,147,54); }

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

background-color css

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

 a { background-color: rgb(169,147,54); }

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

border-color css

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

 span { border-color: rgb(169,147,54); }

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