Html Css Color HEX #AA8C28 Reef Gold

📋 copy color: '#AA8C28'

red 170 ◦ green 140 ◦ blue 40

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

Shades of Reef Gold #AA8C28

Tints of Reef Gold #AA8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 48.57%
G = 40%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA8C28 (or 0xAA8C28) is known color: Reef Gold. HEX triplet: AA, 8C and 28. RGB value is (170,140,40). Sum of RGB (Red+Green+Blue) = 170+140+40=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C28 is #5573D7. Grayscale: #8A8A8A. Windows color (decimal): -5600216 or 2657450. OLE color: 2657450.

HSL color Cylindrical-coordinate representation of color #AA8C28: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8C28 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 40 -
CMYK 0 0.18 0.76 0.33
HSL 46.15º 0.62% 0.41% -
HSV(B) 46.15º 0.76% 0.67% -
XYZ 26.34 27.46 5.92 -
YUV 137.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 170 140 40 0 0.18 0.76 0.33 46.15 0.62 0.41
Hex AA 8C 28 0 12 4C 21 2E 3E 29
Octal 252 214 50 0 22 114 41 56 76 51
Binary 10101010 10001100 101000 0 10010 1001100 100001 101110 111110 101001

Color Harmonies of #AA8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C28

Black with #AA8C28

Text Example


Text Example

White with #AA8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C28; }

 p { color: rgb(170,140,40); }

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

background-color css

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

 a { background-color: rgb(170,140,40); }

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

border-color css

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

 span { border-color: rgb(170,140,40); }

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