Html Css Color HEX #AA630B Golden Brown

📋 copy color: '#AA630B'

red 170 ◦ green 99 ◦ blue 11

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

Shades of Golden Brown #AA630B

Tints of Golden Brown #AA630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 60.71%
G = 35.36%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA630B (or 0xAA630B) is known color: Golden Brown. HEX triplet: AA, 63 and 0B. RGB value is (170,99,11). Sum of RGB (Red+Green+Blue) = 170+99+11=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA630B is #559CF4. Grayscale: #6E6E6E. Windows color (decimal): -5610741 or 746410. OLE color: 746410.

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

Color convert

RGB 170 99 11 -
CMYK 0 0.42 0.94 0.33
HSL 33.21º 0.88% 0.35% -
HSV(B) 33.21º 0.94% 0.67% -
XYZ 21.1 17.49 2.58 -
YUV 110.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 170 99 11 0 0.42 0.94 0.33 33.21 0.88 0.35
Hex AA 63 B 0 2A 5E 21 21 58 23
Octal 252 143 13 0 52 136 41 41 130 43
Binary 10101010 1100011 1011 0 101010 1011110 100001 100001 1011000 100011

Color Harmonies of #AA630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA630B

Black with #AA630B

Text Example


Text Example

White with #AA630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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