Html Css Color HEX #AE650B Golden Brown

📋 copy color: '#AE650B'

red 174 ◦ green 101 ◦ blue 11

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

Shades of Golden Brown #AE650B

Tints of Golden Brown #AE650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 60.84%
G = 35.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE650B (or 0xAE650B) is known color: Golden Brown. HEX triplet: AE, 65 and 0B. RGB value is (174,101,11). Sum of RGB (Red+Green+Blue) = 174+101+11=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE650B is #519AF4. Grayscale: #707070. Windows color (decimal): -5348085 or 746926. OLE color: 746926.

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

Color convert

RGB 174 101 11 -
CMYK 0 0.42 0.94 0.32
HSL 33.13º 0.88% 0.36% -
HSV(B) 33.13º 0.94% 0.68% -
XYZ 22.17 18.33 2.69 -
YUV 112.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 174 101 11 0 0.42 0.94 0.32 33.13 0.88 0.36
Hex AE 65 B 0 2A 5E 20 21 58 24
Octal 256 145 13 0 52 136 40 41 130 44
Binary 10101110 1100101 1011 0 101010 1011110 100000 100001 1011000 100100

Color Harmonies of #AE650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE650B

Black with #AE650B

Text Example


Text Example

White with #AE650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE650B; }

 p { color: rgb(174,101,11); }

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

background-color css

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

 a { background-color: rgb(174,101,11); }

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

border-color css

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

 span { border-color: rgb(174,101,11); }

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