Html Css Color HEX #AA6719 Golden Brown

📋 copy color: '#AA6719'

red 170 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #AA6719

Tints of Golden Brown #AA6719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 57.05%
G = 34.56%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA6719 (or 0xAA6719) is known color: Golden Brown. HEX triplet: AA, 67 and 19. RGB value is (170,103,25). Sum of RGB (Red+Green+Blue) = 170+103+25=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6719 is #5598E6. Grayscale: #727272. Windows color (decimal): -5609703 or 1664938. OLE color: 1664938.

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

Color convert

RGB 170 103 25 -
CMYK 0 0.39 0.85 0.33
HSL 32.28º 0.74% 0.38% -
HSV(B) 32.28º 0.85% 0.67% -
XYZ 21.6 18.32 3.32 -
YUV 114.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 170 103 25 0 0.39 0.85 0.33 32.28 0.74 0.38
Hex AA 67 19 0 27 55 21 20 4A 26
Octal 252 147 31 0 47 125 41 40 112 46
Binary 10101010 1100111 11001 0 100111 1010101 100001 100000 1001010 100110

Color Harmonies of #AA6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6719

Black with #AA6719

Text Example


Text Example

White with #AA6719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6719; }

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

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

background-color css

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

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

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

border-color css

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

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

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