Html Css Color HEX #AE6602 Golden Brown

📋 copy color: '#AE6602'

red 174 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #AE6602

Tints of Golden Brown #AE6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 62.59%
G = 36.69%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE6602 (or 0xAE6602) is known color: Golden Brown. HEX triplet: AE, 66 and 02. RGB value is (174,102,2). Sum of RGB (Red+Green+Blue) = 174+102+2=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6602 is #5199FD. Grayscale: #707070. Windows color (decimal): -5347838 or 157358. OLE color: 157358.

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

Color convert

RGB 174 102 2 -
CMYK 0 0.41 0.99 0.32
HSL 34.88º 0.98% 0.35% -
HSV(B) 34.88º 0.99% 0.68% -
XYZ 22.22 18.51 2.46 -
YUV 112.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 174 102 2 0 0.41 0.99 0.32 34.88 0.98 0.35
Hex AE 66 2 0 29 63 20 23 62 23
Octal 256 146 2 0 51 143 40 43 142 43
Binary 10101110 1100110 10 0 101001 1100011 100000 100011 1100010 100011

Color Harmonies of #AE6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6602

Black with #AE6602

Text Example


Text Example

White with #AE6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6602; }

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

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

background-color css

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

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

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

border-color css

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

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

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