Html Css Color HEX #A99938 Reef Gold

📋 copy color: '#A99938'

red 169 ◦ green 153 ◦ blue 56

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

Shades of Reef Gold #A99938

Tints of Reef Gold #A99938

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 44.71%
G = 40.48%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A99938 (or 0xA99938) is known color: Reef Gold. HEX triplet: A9, 99 and 38. RGB value is (169,153,56). Sum of RGB (Red+Green+Blue) = 169+153+56=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A99938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99938 is #5666C7. Grayscale: #939393. Windows color (decimal): -5662408 or 3709353. OLE color: 3709353.

HSL color Cylindrical-coordinate representation of color #A99938: hue angle of 51.5º degrees, saturation: 0.5, 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 #A99938 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 56 -
CMYK 0 0.09 0.67 0.34
HSL 51.5º 0.5% 0.44% -
HSV(B) 51.5º 0.67% 0.66% -
XYZ 28.47 31.5 8.32 -
YUV 146.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 169 153 56 0 0.09 0.67 0.34 51.5 0.5 0.44
Hex A9 99 38 0 9 43 22 34 32 2C
Octal 251 231 70 0 11 103 42 64 62 54
Binary 10101001 10011001 111000 0 1001 1000011 100010 110100 110010 101100

Color Harmonies of #A99938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99938

Black with #A99938

Text Example


Text Example

White with #A99938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99938; }

 p { color: rgb(169,153,56); }

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

background-color css

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

 a { background-color: rgb(169,153,56); }

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

border-color css

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

 span { border-color: rgb(169,153,56); }

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