Html Css Color HEX #A99831 Reef Gold

📋 copy color: '#A99831'

red 169 ◦ green 152 ◦ blue 49

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

Shades of Reef Gold #A99831

Tints of Reef Gold #A99831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 45.68%
G = 41.08%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A99831 (or 0xA99831) is known color: Reef Gold. HEX triplet: A9, 98 and 31. RGB value is (169,152,49). Sum of RGB (Red+Green+Blue) = 169+152+49=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99831 is #5667CE. Grayscale: #919191. Windows color (decimal): -5662671 or 3250345. OLE color: 3250345.

HSL color Cylindrical-coordinate representation of color #A99831: hue angle of 51.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A99831 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 49 -
CMYK 0 0.10 0.71 0.34
HSL 51.5º 0.55% 0.43% -
HSV(B) 51.5º 0.71% 0.66% -
XYZ 28.14 31.11 7.43 -
YUV 145.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 169 152 49 0 0.10 0.71 0.34 51.5 0.55 0.43
Hex A9 98 31 0 A 47 22 34 37 2B
Octal 251 230 61 0 12 107 42 64 67 53
Binary 10101001 10011000 110001 0 1010 1000111 100010 110100 110111 101011

Color Harmonies of #A99831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99831

Black with #A99831

Text Example


Text Example

White with #A99831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99831; }

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

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

background-color css

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

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

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

border-color css

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

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

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