Html Css Color HEX #AA630C Golden Brown

📋 copy color: '#AA630C'

red 170 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #AA630C

Tints of Golden Brown #AA630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 60.5%
G = 35.23%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA630C (or 0xAA630C) is known color: Golden Brown. HEX triplet: AA, 63 and 0C. RGB value is (170,99,12). Sum of RGB (Red+Green+Blue) = 170+99+12=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA630C is #559CF3. Grayscale: #6E6E6E. Windows color (decimal): -5610740 or 811946. OLE color: 811946.

HSL color Cylindrical-coordinate representation of color #AA630C: hue angle of 33.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA630C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 12 -
CMYK 0 0.42 0.93 0.33
HSL 33.04º 0.87% 0.36% -
HSV(B) 33.04º 0.93% 0.67% -
XYZ 21.11 17.5 2.61 -
YUV 110.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 170 99 12 0 0.42 0.93 0.33 33.04 0.87 0.36
Hex AA 63 C 0 2A 5D 21 21 57 24
Octal 252 143 14 0 52 135 41 41 127 44
Binary 10101010 1100011 1100 0 101010 1011101 100001 100001 1010111 100100

Color Harmonies of #AA630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA630C

Black with #AA630C

Text Example


Text Example

White with #AA630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA630C; }

 p { color: rgb(170,99,12); }

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

background-color css

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

 a { background-color: rgb(170,99,12); }

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

border-color css

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

 span { border-color: rgb(170,99,12); }

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