Html Css Color HEX #AA631A Golden Brown

📋 copy color: '#AA631A'

red 170 ◦ green 99 ◦ blue 26

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

Shades of Golden Brown #AA631A

Tints of Golden Brown #AA631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 57.63%
G = 33.56%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA631A (or 0xAA631A) is known color: Golden Brown. HEX triplet: AA, 63 and 1A. RGB value is (170,99,26). Sum of RGB (Red+Green+Blue) = 170+99+26=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA631A is #559CE5. Grayscale: #707070. Windows color (decimal): -5610726 or 1729450. OLE color: 1729450.

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

Color convert

RGB 170 99 26 -
CMYK 0 0.42 0.85 0.33
HSL 30.42º 0.73% 0.38% -
HSV(B) 30.42º 0.85% 0.67% -
XYZ 21.23 17.54 3.24 -
YUV 111.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 170 99 26 0 0.42 0.85 0.33 30.42 0.73 0.38
Hex AA 63 1A 0 2A 55 21 1E 49 26
Octal 252 143 32 0 52 125 41 36 111 46
Binary 10101010 1100011 11010 0 101010 1010101 100001 11110 1001001 100110

Color Harmonies of #AA631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA631A

Black with #AA631A

Text Example


Text Example

White with #AA631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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