Html Css Color HEX #AE6302 Golden Brown

📋 copy color: '#AE6302'

red 174 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #AE6302

Tints of Golden Brown #AE6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 63.27%
G = 36%
B = 0.73%

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

#AE6302 (or 0xAE6302) is known color: Golden Brown. HEX triplet: AE, 63 and 02. RGB value is (174,99,2). Sum of RGB (Red+Green+Blue) = 174+99+2=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6302 is #519CFD. Grayscale: #6E6E6E. Windows color (decimal): -5348606 or 156590. OLE color: 156590.

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

Color convert

RGB 174 99 2 -
CMYK 0 0.43 0.99 0.32
HSL 33.84º 0.98% 0.35% -
HSV(B) 33.84º 0.99% 0.68% -
XYZ 21.93 17.93 2.36 -
YUV 110.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 174 99 2 0 0.43 0.99 0.32 33.84 0.98 0.35
Hex AE 63 2 0 2B 63 20 22 62 23
Octal 256 143 2 0 53 143 40 42 142 43
Binary 10101110 1100011 10 0 101011 1100011 100000 100010 1100010 100011

Color Harmonies of #AE6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6302

Black with #AE6302

Text Example


Text Example

White with #AE6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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