Html Css Color HEX #AA670B Golden Brown

📋 copy color: '#AA670B'

red 170 ◦ green 103 ◦ blue 11

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

Shades of Golden Brown #AA670B

Tints of Golden Brown #AA670B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 59.86%
G = 36.27%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA670B (or 0xAA670B) is known color: Golden Brown. HEX triplet: AA, 67 and 0B. RGB value is (170,103,11). Sum of RGB (Red+Green+Blue) = 170+103+11=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA670B is #5598F4. Grayscale: #707070. Windows color (decimal): -5609717 or 747434. OLE color: 747434.

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

Color convert

RGB 170 103 11 -
CMYK 0 0.39 0.94 0.33
HSL 34.72º 0.88% 0.35% -
HSV(B) 34.72º 0.94% 0.67% -
XYZ 21.49 18.27 2.71 -
YUV 112.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 170 103 11 0 0.39 0.94 0.33 34.72 0.88 0.35
Hex AA 67 B 0 27 5E 21 23 58 23
Octal 252 147 13 0 47 136 41 43 130 43
Binary 10101010 1100111 1011 0 100111 1011110 100001 100011 1011000 100011

Color Harmonies of #AA670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA670B

Black with #AA670B

Text Example


Text Example

White with #AA670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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