Html Css Color HEX #AA963B Reef Gold

📋 copy color: '#AA963B'

red 170 ◦ green 150 ◦ blue 59

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

Shades of Reef Gold #AA963B

Tints of Reef Gold #AA963B

RGB

 RED value IS 170 (66.8% from 255) = 44.85%

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 44.85%
G = 39.58%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA963B (or 0xAA963B) is known color: Reef Gold. HEX triplet: AA, 96 and 3B. RGB value is (170,150,59). Sum of RGB (Red+Green+Blue) = 170+150+59=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA963B is #5569C4. Grayscale: #919191. Windows color (decimal): -5597637 or 3905194. OLE color: 3905194.

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

Color convert

RGB 170 150 59 -
CMYK 0 0.12 0.65 0.33
HSL 49.19º 0.48% 0.45% -
HSV(B) 49.19º 0.65% 0.67% -
XYZ 28.27 30.67 8.57 -
YUV 145.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 170 150 59 0 0.12 0.65 0.33 49.19 0.48 0.45
Hex AA 96 3B 0 C 41 21 31 30 2D
Octal 252 226 73 0 14 101 41 61 60 55
Binary 10101010 10010110 111011 0 1100 1000001 100001 110001 110000 101101

Color Harmonies of #AA963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA963B

Black with #AA963B

Text Example


Text Example

White with #AA963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA963B; }

 p { color: rgb(170,150,59); }

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

background-color css

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

 a { background-color: rgb(170,150,59); }

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

border-color css

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

 span { border-color: rgb(170,150,59); }

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