Html Css Color HEX #AA630D Golden Brown

📋 copy color: '#AA630D'

red 170 ◦ green 99 ◦ blue 13

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

Shades of Golden Brown #AA630D

Tints of Golden Brown #AA630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 60.28%
G = 35.11%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA630D (or 0xAA630D) is known color: Golden Brown. HEX triplet: AA, 63 and 0D. RGB value is (170,99,13). Sum of RGB (Red+Green+Blue) = 170+99+13=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA630D is #559CF2. Grayscale: #6E6E6E. Windows color (decimal): -5610739 or 877482. OLE color: 877482.

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

Color convert

RGB 170 99 13 -
CMYK 0 0.42 0.92 0.33
HSL 32.87º 0.86% 0.36% -
HSV(B) 32.87º 0.92% 0.67% -
XYZ 21.11 17.5 2.65 -
YUV 110.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 170 99 13 0 0.42 0.92 0.33 32.87 0.86 0.36
Hex AA 63 D 0 2A 5C 21 21 56 24
Octal 252 143 15 0 52 134 41 41 126 44
Binary 10101010 1100011 1101 0 101010 1011100 100001 100001 1010110 100100

Color Harmonies of #AA630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA630D

Black with #AA630D

Text Example


Text Example

White with #AA630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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