Html Css Color HEX #AA671E Golden Brown

📋 copy color: '#AA671E'

red 170 ◦ green 103 ◦ blue 30

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

Shades of Golden Brown #AA671E

Tints of Golden Brown #AA671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 56.11%
G = 33.99%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA671E (or 0xAA671E) is known color: Golden Brown. HEX triplet: AA, 67 and 1E. RGB value is (170,103,30). Sum of RGB (Red+Green+Blue) = 170+103+30=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA671E is #5598E1. Grayscale: #737373. Windows color (decimal): -5609698 or 1992618. OLE color: 1992618.

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

Color convert

RGB 170 103 30 -
CMYK 0 0.39 0.82 0.33
HSL 31.29º 0.7% 0.39% -
HSV(B) 31.29º 0.82% 0.67% -
XYZ 21.66 18.34 3.63 -
YUV 114.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 170 103 30 0 0.39 0.82 0.33 31.29 0.7 0.39
Hex AA 67 1E 0 27 52 21 1F 46 27
Octal 252 147 36 0 47 122 41 37 106 47
Binary 10101010 1100111 11110 0 100111 1010010 100001 11111 1000110 100111

Color Harmonies of #AA671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA671E

Black with #AA671E

Text Example


Text Example

White with #AA671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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