Html Css Color HEX #AE670D Golden Brown

📋 copy color: '#AE670D'

red 174 ◦ green 103 ◦ blue 13

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

Shades of Golden Brown #AE670D

Tints of Golden Brown #AE670D

RGB

 RED value IS 174 (68.36% from 255) = 60%

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

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

R = 60%
G = 35.52%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE670D (or 0xAE670D) is known color: Golden Brown. HEX triplet: AE, 67 and 0D. RGB value is (174,103,13). Sum of RGB (Red+Green+Blue) = 174+103+13=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE670D is #5198F2. Grayscale: #727272. Windows color (decimal): -5347571 or 878510. OLE color: 878510.

HSL color Cylindrical-coordinate representation of color #AE670D: hue angle of 33.54º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE670D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 13 -
CMYK 0 0.41 0.93 0.32
HSL 33.54º 0.86% 0.37% -
HSV(B) 33.54º 0.93% 0.68% -
XYZ 22.38 18.73 2.82 -
YUV 113.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 174 103 13 0 0.41 0.93 0.32 33.54 0.86 0.37
Hex AE 67 D 0 29 5D 20 22 56 25
Octal 256 147 15 0 51 135 40 42 126 45
Binary 10101110 1100111 1101 0 101001 1011101 100000 100010 1010110 100101

Color Harmonies of #AE670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE670D

Black with #AE670D

Text Example


Text Example

White with #AE670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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