Html Css Color HEX #A99337 Reef Gold

📋 copy color: '#A99337'

red 169 ◦ green 147 ◦ blue 55

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

Shades of Reef Gold #A99337

Tints of Reef Gold #A99337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 45.55%
G = 39.62%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A99337 (or 0xA99337) is known color: Reef Gold. HEX triplet: A9, 93 and 37. RGB value is (169,147,55). Sum of RGB (Red+Green+Blue) = 169+147+55=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A99337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99337 is #566CC8. Grayscale: #8F8F8F. Windows color (decimal): -5663945 or 3642281. OLE color: 3642281.

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

Color convert

RGB 169 147 55 -
CMYK 0 0.13 0.67 0.34
HSL 48.42º 0.51% 0.44% -
HSV(B) 48.42º 0.67% 0.66% -
XYZ 27.49 29.58 7.87 -
YUV 143.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 169 147 55 0 0.13 0.67 0.34 48.42 0.51 0.44
Hex A9 93 37 0 D 43 22 30 33 2C
Octal 251 223 67 0 15 103 42 60 63 54
Binary 10101001 10010011 110111 0 1101 1000011 100010 110000 110011 101100

Color Harmonies of #A99337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99337

Black with #A99337

Text Example


Text Example

White with #A99337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99337; }

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

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

background-color css

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

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

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

border-color css

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

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

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