Html Css Color HEX #AE5D03 Golden Brown

📋 copy color: '#AE5D03'

red 174 ◦ green 93 ◦ blue 3

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

Shades of Golden Brown #AE5D03

Tints of Golden Brown #AE5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 64.44%
G = 34.44%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE5D03 (or 0xAE5D03) is known color: Golden Brown. HEX triplet: AE, 5D and 03. RGB value is (174,93,3). Sum of RGB (Red+Green+Blue) = 174+93+3=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D03 is #51A2FC. Grayscale: #6B6B6B. Windows color (decimal): -5350141 or 220590. OLE color: 220590.

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

Color convert

RGB 174 93 3 -
CMYK 0 0.47 0.98 0.32
HSL 31.58º 0.97% 0.35% -
HSV(B) 31.58º 0.98% 0.68% -
XYZ 21.39 16.83 2.21 -
YUV 106.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 174 93 3 0 0.47 0.98 0.32 31.58 0.97 0.35
Hex AE 5D 3 0 2F 62 20 20 61 23
Octal 256 135 3 0 57 142 40 40 141 43
Binary 10101110 1011101 11 0 101111 1100010 100000 100000 1100001 100011

Color Harmonies of #AE5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D03

Black with #AE5D03

Text Example


Text Example

White with #AE5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D03; }

 p { color: rgb(174,93,3); }

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

background-color css

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

 a { background-color: rgb(174,93,3); }

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

border-color css

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

 span { border-color: rgb(174,93,3); }

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