Html Css Color HEX #A9993B Reef Gold

📋 copy color: '#A9993B'

red 169 ◦ green 153 ◦ blue 59

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

Shades of Reef Gold #A9993B

Tints of Reef Gold #A9993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.49%

R = 44.36%
G = 40.16%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A9993B (or 0xA9993B) is known color: Reef Gold. HEX triplet: A9, 99 and 3B. RGB value is (169,153,59). Sum of RGB (Red+Green+Blue) = 169+153+59=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9993B is #5666C4. Grayscale: #939393. Windows color (decimal): -5662405 or 3905961. OLE color: 3905961.

HSL color Cylindrical-coordinate representation of color #A9993B: hue angle of 51.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9993B is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 153 59 -
CMYK 0 0.09 0.65 0.34
HSL 51.27º 0.48% 0.45% -
HSV(B) 51.27º 0.65% 0.66% -
XYZ 28.54 31.53 8.72 -
YUV 147.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 169 153 59 0 0.09 0.65 0.34 51.27 0.48 0.45
Hex A9 99 3B 0 9 41 22 33 30 2D
Octal 251 231 73 0 11 101 42 63 60 55
Binary 10101001 10011001 111011 0 1001 1000001 100010 110011 110000 101101

Color Harmonies of #A9993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9993B

Black with #A9993B

Text Example


Text Example

White with #A9993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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