Html Css Color HEX #AE690D Golden Brown

📋 copy color: '#AE690D'

red 174 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #AE690D

Tints of Golden Brown #AE690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 59.59%
G = 35.96%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE690D (or 0xAE690D) is known color: Golden Brown. HEX triplet: AE, 69 and 0D. RGB value is (174,105,13). Sum of RGB (Red+Green+Blue) = 174+105+13=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE690D is #5196F2. Grayscale: #737373. Windows color (decimal): -5347059 or 879022. OLE color: 879022.

HSL color Cylindrical-coordinate representation of color #AE690D: hue angle of 34.29º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE690D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 13 -
CMYK 0 0.40 0.93 0.32
HSL 34.29º 0.86% 0.37% -
HSV(B) 34.29º 0.93% 0.68% -
XYZ 22.58 19.13 2.88 -
YUV 115.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 174 105 13 0 0.40 0.93 0.32 34.29 0.86 0.37
Hex AE 69 D 0 28 5D 20 22 56 25
Octal 256 151 15 0 50 135 40 42 126 45
Binary 10101110 1101001 1101 0 101000 1011101 100000 100010 1010110 100101

Color Harmonies of #AE690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE690D

Black with #AE690D

Text Example


Text Example

White with #AE690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE690D; }

 p { color: rgb(174,105,13); }

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

background-color css

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

 a { background-color: rgb(174,105,13); }

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

border-color css

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

 span { border-color: rgb(174,105,13); }

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