Html Css Color HEX #AE6402 Golden Brown

📋 copy color: '#AE6402'

red 174 ◦ green 100 ◦ blue 2

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

Shades of Golden Brown #AE6402

Tints of Golden Brown #AE6402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 63.04%
G = 36.23%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE6402 (or 0xAE6402) is known color: Golden Brown. HEX triplet: AE, 64 and 02. RGB value is (174,100,2). Sum of RGB (Red+Green+Blue) = 174+100+2=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6402 is #519BFD. Grayscale: #6F6F6F. Windows color (decimal): -5348350 or 156846. OLE color: 156846.

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

Color convert

RGB 174 100 2 -
CMYK 0 0.43 0.99 0.32
HSL 34.19º 0.98% 0.35% -
HSV(B) 34.19º 0.99% 0.68% -
XYZ 22.02 18.12 2.39 -
YUV 110.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 174 100 2 0 0.43 0.99 0.32 34.19 0.98 0.35
Hex AE 64 2 0 2B 63 20 22 62 23
Octal 256 144 2 0 53 143 40 42 142 43
Binary 10101110 1100100 10 0 101011 1100011 100000 100010 1100010 100011

Color Harmonies of #AE6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6402

Black with #AE6402

Text Example


Text Example

White with #AE6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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