Html Css Color HEX #AA670D Golden Brown

📋 copy color: '#AA670D'

red 170 ◦ green 103 ◦ blue 13

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

Shades of Golden Brown #AA670D

Tints of Golden Brown #AA670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 59.44%
G = 36.01%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA670D (or 0xAA670D) is known color: Golden Brown. HEX triplet: AA, 67 and 0D. RGB value is (170,103,13). Sum of RGB (Red+Green+Blue) = 170+103+13=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA670D is #5598F2. Grayscale: #717171. Windows color (decimal): -5609715 or 878506. OLE color: 878506.

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

Color convert

RGB 170 103 13 -
CMYK 0 0.39 0.92 0.33
HSL 34.39º 0.86% 0.36% -
HSV(B) 34.39º 0.92% 0.67% -
XYZ 21.5 18.28 2.78 -
YUV 112.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 170 103 13 0 0.39 0.92 0.33 34.39 0.86 0.36
Hex AA 67 D 0 27 5C 21 22 56 24
Octal 252 147 15 0 47 134 41 42 126 44
Binary 10101010 1100111 1101 0 100111 1011100 100001 100010 1010110 100100

Color Harmonies of #AA670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA670D

Black with #AA670D

Text Example


Text Example

White with #AA670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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