Html Css Color HEX #AA631D Golden Brown

📋 copy color: '#AA631D'

red 170 ◦ green 99 ◦ blue 29

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

Shades of Golden Brown #AA631D

Tints of Golden Brown #AA631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 57.05%
G = 33.22%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA631D (or 0xAA631D) is known color: Golden Brown. HEX triplet: AA, 63 and 1D. RGB value is (170,99,29). Sum of RGB (Red+Green+Blue) = 170+99+29=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA631D is #559CE2. Grayscale: #707070. Windows color (decimal): -5610723 or 1926058. OLE color: 1926058.

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

Color convert

RGB 170 99 29 -
CMYK 0 0.42 0.83 0.33
HSL 29.79º 0.71% 0.39% -
HSV(B) 29.79º 0.83% 0.67% -
XYZ 21.26 17.56 3.43 -
YUV 112.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 170 99 29 0 0.42 0.83 0.33 29.79 0.71 0.39
Hex AA 63 1D 0 2A 53 21 1E 47 27
Octal 252 143 35 0 52 123 41 36 107 47
Binary 10101010 1100011 11101 0 101010 1010011 100001 11110 1000111 100111

Color Harmonies of #AA631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA631D

Black with #AA631D

Text Example


Text Example

White with #AA631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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