Html Css Color HEX #A9953A Reef Gold

📋 copy color: '#A9953A'

red 169 ◦ green 149 ◦ blue 58

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

Shades of Reef Gold #A9953A

Tints of Reef Gold #A9953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 44.95%
G = 39.63%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9953A (or 0xA9953A) is known color: Reef Gold. HEX triplet: A9, 95 and 3A. RGB value is (169,149,58). Sum of RGB (Red+Green+Blue) = 169+149+58=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9953A is #566AC5. Grayscale: #909090. Windows color (decimal): -5663430 or 3839401. OLE color: 3839401.

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

Color convert

RGB 169 149 58 -
CMYK 0 0.12 0.66 0.34
HSL 49.19º 0.49% 0.45% -
HSV(B) 49.19º 0.66% 0.66% -
XYZ 27.87 30.24 8.37 -
YUV 144.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 169 149 58 0 0.12 0.66 0.34 49.19 0.49 0.45
Hex A9 95 3A 0 C 42 22 31 31 2D
Octal 251 225 72 0 14 102 42 61 61 55
Binary 10101001 10010101 111010 0 1100 1000010 100010 110001 110001 101101

Color Harmonies of #A9953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9953A

Black with #A9953A

Text Example


Text Example

White with #A9953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9953A; }

 p { color: rgb(169,149,58); }

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

background-color css

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

 a { background-color: rgb(169,149,58); }

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

border-color css

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

 span { border-color: rgb(169,149,58); }

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