Html Css Color HEX #AE7B08 Dark Goldenrod

📋 copy color: '#AE7B08'

red 174 ◦ green 123 ◦ blue 8

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

Shades of Dark Goldenrod #AE7B08

Tints of Dark Goldenrod #AE7B08

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 57.05%
G = 40.33%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE7B08 (or 0xAE7B08) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 08. RGB value is (174,123,8). Sum of RGB (Red+Green+Blue) = 174+123+8=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B08 is #5184F7. Grayscale: #7D7D7D. Windows color (decimal): -5342456 or 555950. OLE color: 555950.

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

Color convert

RGB 174 123 8 -
CMYK 0 0.29 0.95 0.32
HSL 41.57º 0.91% 0.36% -
HSV(B) 41.57º 0.95% 0.68% -
XYZ 24.58 23.18 3.41 -
YUV 125.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 174 123 8 0 0.29 0.95 0.32 41.57 0.91 0.36
Hex AE 7B 8 0 1D 5F 20 2A 5B 24
Octal 256 173 10 0 35 137 40 52 133 44
Binary 10101110 1111011 1000 0 11101 1011111 100000 101010 1011011 100100

Color Harmonies of #AE7B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B08

Black with #AE7B08

Text Example


Text Example

White with #AE7B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B08; }

 p { color: rgb(174,123,8); }

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

background-color css

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

 a { background-color: rgb(174,123,8); }

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

border-color css

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

 span { border-color: rgb(174,123,8); }

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