Html Css Color HEX #AE6D02 Dark Goldenrod

📋 copy color: '#AE6D02'

red 174 ◦ green 109 ◦ blue 2

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

Shades of Dark Goldenrod #AE6D02

Tints of Dark Goldenrod #AE6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.25%

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

R = 61.05%
G = 38.25%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE6D02 (or 0xAE6D02) is known color: Dark Goldenrod. HEX triplet: AE, 6D and 02. RGB value is (174,109,2). Sum of RGB (Red+Green+Blue) = 174+109+2=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D02 is #5192FD. Grayscale: #747474. Windows color (decimal): -5346046 or 159150. OLE color: 159150.

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

Color convert

RGB 174 109 2 -
CMYK 0 0.37 0.99 0.32
HSL 37.33º 0.98% 0.35% -
HSV(B) 37.33º 0.99% 0.68% -
XYZ 22.94 19.94 2.7 -
YUV 116.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 174 109 2 0 0.37 0.99 0.32 37.33 0.98 0.35
Hex AE 6D 2 0 25 63 20 25 62 23
Octal 256 155 2 0 45 143 40 45 142 43
Binary 10101110 1101101 10 0 100101 1100011 100000 100101 1100010 100011

Color Harmonies of #AE6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D02

Black with #AE6D02

Text Example


Text Example

White with #AE6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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