Html Css Color HEX #A99436 Reef Gold

📋 copy color: '#A99436'

red 169 ◦ green 148 ◦ blue 54

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

Shades of Reef Gold #A99436

Tints of Reef Gold #A99436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 45.55%
G = 39.89%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A99436 (or 0xA99436) is known color: Reef Gold. HEX triplet: A9, 94 and 36. RGB value is (169,148,54). Sum of RGB (Red+Green+Blue) = 169+148+54=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A99436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99436 is #566BC9. Grayscale: #8F8F8F. Windows color (decimal): -5663690 or 3577001. OLE color: 3577001.

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

Color convert

RGB 169 148 54 -
CMYK 0 0.12 0.68 0.34
HSL 49.04º 0.52% 0.44% -
HSV(B) 49.04º 0.68% 0.66% -
XYZ 27.62 29.88 7.8 -
YUV 143.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 169 148 54 0 0.12 0.68 0.34 49.04 0.52 0.44
Hex A9 94 36 0 C 44 22 31 34 2C
Octal 251 224 66 0 14 104 42 61 64 54
Binary 10101001 10010100 110110 0 1100 1000100 100010 110001 110100 101100

Color Harmonies of #A99436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99436

Black with #A99436

Text Example


Text Example

White with #A99436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99436; }

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

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

background-color css

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

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

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

border-color css

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

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

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