Html Css Color HEX #AE611A Golden Brown

📋 copy color: '#AE611A'

red 174 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #AE611A

Tints of Golden Brown #AE611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 58.59%
G = 32.66%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE611A (or 0xAE611A) is known color: Golden Brown. HEX triplet: AE, 61 and 1A. RGB value is (174,97,26). Sum of RGB (Red+Green+Blue) = 174+97+26=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE611A is #519EE5. Grayscale: #707070. Windows color (decimal): -5349094 or 1728942. OLE color: 1728942.

HSL color Cylindrical-coordinate representation of color #AE611A: hue angle of 28.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE611A is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 26 -
CMYK 0 0.44 0.85 0.32
HSL 28.78º 0.74% 0.39% -
HSV(B) 28.78º 0.85% 0.68% -
XYZ 21.92 17.62 3.22 -
YUV 111.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 174 97 26 0 0.44 0.85 0.32 28.78 0.74 0.39
Hex AE 61 1A 0 2C 55 20 1D 4A 27
Octal 256 141 32 0 54 125 40 35 112 47
Binary 10101110 1100001 11010 0 101100 1010101 100000 11101 1001010 100111

Color Harmonies of #AE611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE611A

Black with #AE611A

Text Example


Text Example

White with #AE611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE611A; }

 p { color: rgb(174,97,26); }

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

background-color css

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

 a { background-color: rgb(174,97,26); }

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

border-color css

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

 span { border-color: rgb(174,97,26); }

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