Html Css Color HEX #AA963A Reef Gold

📋 copy color: '#AA963A'

red 170 ◦ green 150 ◦ blue 58

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

Shades of Reef Gold #AA963A

Tints of Reef Gold #AA963A

RGB

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

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

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

R = 44.97%
G = 39.68%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA963A (or 0xAA963A) is known color: Reef Gold. HEX triplet: AA, 96 and 3A. RGB value is (170,150,58). Sum of RGB (Red+Green+Blue) = 170+150+58=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA963A is #5569C5. Grayscale: #919191. Windows color (decimal): -5597638 or 3839658. OLE color: 3839658.

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

Color convert

RGB 170 150 58 -
CMYK 0 0.12 0.66 0.33
HSL 49.29º 0.49% 0.45% -
HSV(B) 49.29º 0.66% 0.67% -
XYZ 28.25 30.66 8.43 -
YUV 145.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 170 150 58 0 0.12 0.66 0.33 49.29 0.49 0.45
Hex AA 96 3A 0 C 42 21 31 31 2D
Octal 252 226 72 0 14 102 41 61 61 55
Binary 10101010 10010110 111010 0 1100 1000010 100001 110001 110001 101101

Color Harmonies of #AA963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA963A

Black with #AA963A

Text Example


Text Example

White with #AA963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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