Html Css Color HEX #AE640C Golden Brown

📋 copy color: '#AE640C'

red 174 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #AE640C

Tints of Golden Brown #AE640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 60.84%
G = 34.97%
B = 4.2%

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

#AE640C (or 0xAE640C) is known color: Golden Brown. HEX triplet: AE, 64 and 0C. RGB value is (174,100,12). Sum of RGB (Red+Green+Blue) = 174+100+12=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE640C is #519BF3. Grayscale: #707070. Windows color (decimal): -5348340 or 812206. OLE color: 812206.

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

Color convert

RGB 174 100 12 -
CMYK 0 0.43 0.93 0.32
HSL 32.59º 0.87% 0.36% -
HSV(B) 32.59º 0.93% 0.68% -
XYZ 22.08 18.14 2.69 -
YUV 112.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 174 100 12 0 0.43 0.93 0.32 32.59 0.87 0.36
Hex AE 64 C 0 2B 5D 20 21 57 24
Octal 256 144 14 0 53 135 40 41 127 44
Binary 10101110 1100100 1100 0 101011 1011101 100000 100001 1010111 100100

Color Harmonies of #AE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE640C

Black with #AE640C

Text Example


Text Example

White with #AE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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