Html Css Color HEX #AA671C Golden Brown

📋 copy color: '#AA671C'

red 170 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #AA671C

Tints of Golden Brown #AA671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 56.48%
G = 34.22%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA671C (or 0xAA671C) is known color: Golden Brown. HEX triplet: AA, 67 and 1C. RGB value is (170,103,28). Sum of RGB (Red+Green+Blue) = 170+103+28=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671C is #5598E3. Grayscale: #727272. Windows color (decimal): -5609700 or 1861546. OLE color: 1861546.

HSL color Cylindrical-coordinate representation of color #AA671C: hue angle of 31.69º 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 #AA671C is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 28 -
CMYK 0 0.39 0.84 0.33
HSL 31.69º 0.72% 0.39% -
HSV(B) 31.69º 0.84% 0.67% -
XYZ 21.64 18.33 3.5 -
YUV 114.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 170 103 28 0 0.39 0.84 0.33 31.69 0.72 0.39
Hex AA 67 1C 0 27 54 21 20 48 27
Octal 252 147 34 0 47 124 41 40 110 47
Binary 10101010 1100111 11100 0 100111 1010100 100001 100000 1001000 100111

Color Harmonies of #AA671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA671C

Black with #AA671C

Text Example


Text Example

White with #AA671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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