Html Css Color HEX #AA631C Golden Brown

📋 copy color: '#AA631C'

red 170 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #AA631C

Tints of Golden Brown #AA631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 57.24%
G = 33.33%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA631C (or 0xAA631C) is known color: Golden Brown. HEX triplet: AA, 63 and 1C. RGB value is (170,99,28). Sum of RGB (Red+Green+Blue) = 170+99+28=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA631C is #559CE3. Grayscale: #707070. Windows color (decimal): -5610724 or 1860522. OLE color: 1860522.

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

Color convert

RGB 170 99 28 -
CMYK 0 0.42 0.84 0.33
HSL 30º 0.72% 0.39% -
HSV(B) 30º 0.84% 0.67% -
XYZ 21.25 17.55 3.37 -
YUV 112.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 170 99 28 0 0.42 0.84 0.33 30 0.72 0.39
Hex AA 63 1C 0 2A 54 21 1E 48 27
Octal 252 143 34 0 52 124 41 36 110 47
Binary 10101010 1100011 11100 0 101010 1010100 100001 11110 1001000 100111

Color Harmonies of #AA631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA631C

Black with #AA631C

Text Example


Text Example

White with #AA631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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