Html Css Color HEX #AA913B Reef Gold

📋 copy color: '#AA913B'

red 170 ◦ green 145 ◦ blue 59

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

Shades of Reef Gold #AA913B

Tints of Reef Gold #AA913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 45.45%
G = 38.77%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA913B (or 0xAA913B) is known color: Reef Gold. HEX triplet: AA, 91 and 3B. RGB value is (170,145,59). Sum of RGB (Red+Green+Blue) = 170+145+59=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA913B is #556EC4. Grayscale: #8F8F8F. Windows color (decimal): -5598917 or 3903914. OLE color: 3903914.

HSL color Cylindrical-coordinate representation of color #AA913B: hue angle of 46.49º 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 #AA913B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 145 59 -
CMYK 0 0.15 0.65 0.33
HSL 46.49º 0.48% 0.45% -
HSV(B) 46.49º 0.65% 0.67% -
XYZ 27.49 29.11 8.31 -
YUV 142.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 170 145 59 0 0.15 0.65 0.33 46.49 0.48 0.45
Hex AA 91 3B 0 F 41 21 2E 30 2D
Octal 252 221 73 0 17 101 41 56 60 55
Binary 10101010 10010001 111011 0 1111 1000001 100001 101110 110000 101101

Color Harmonies of #AA913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA913B

Black with #AA913B

Text Example


Text Example

White with #AA913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA913B; }

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

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

background-color css

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

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

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

border-color css

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

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

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