Html Css Color HEX #AE640D Golden Brown

📋 copy color: '#AE640D'

red 174 ◦ green 100 ◦ blue 13

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

Shades of Golden Brown #AE640D

Tints of Golden Brown #AE640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 60.63%
G = 34.84%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE640D (or 0xAE640D) is known color: Golden Brown. HEX triplet: AE, 64 and 0D. RGB value is (174,100,13). Sum of RGB (Red+Green+Blue) = 174+100+13=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE640D is #519BF2. Grayscale: #707070. Windows color (decimal): -5348339 or 877742. OLE color: 877742.

HSL color Cylindrical-coordinate representation of color #AE640D: hue angle of 32.42º 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 #AE640D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 13 -
CMYK 0 0.43 0.93 0.32
HSL 32.42º 0.86% 0.37% -
HSV(B) 32.42º 0.93% 0.68% -
XYZ 22.09 18.14 2.72 -
YUV 112.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 174 100 13 0 0.43 0.93 0.32 32.42 0.86 0.37
Hex AE 64 D 0 2B 5D 20 20 56 25
Octal 256 144 15 0 53 135 40 40 126 45
Binary 10101110 1100100 1101 0 101011 1011101 100000 100000 1010110 100101

Color Harmonies of #AE640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE640D

Black with #AE640D

Text Example


Text Example

White with #AE640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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