Html Css Color HEX #AF7E1A Dark Goldenrod

📋 copy color: '#AF7E1A'

red 175 ◦ green 126 ◦ blue 26

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

Shades of Dark Goldenrod #AF7E1A

Tints of Dark Goldenrod #AF7E1A

RGB

 RED value IS 175 (68.75% from 255) = 53.52%

 GREEN value IS 126 (49.61% from 255) = 38.53%

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

R = 53.52%
G = 38.53%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF7E1A (or 0xAF7E1A) is known color: Dark Goldenrod. HEX triplet: AF, 7E and 1A. RGB value is (175,126,26). Sum of RGB (Red+Green+Blue) = 175+126+26=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E1A is #5081E5. Grayscale: #818181. Windows color (decimal): -5276134 or 1736367. OLE color: 1736367.

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

Color convert

RGB 175 126 26 -
CMYK 0 0.28 0.85 0.31
HSL 40.27º 0.74% 0.39% -
HSV(B) 40.27º 0.85% 0.69% -
XYZ 25.33 24.11 4.3 -
YUV 129.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 175 126 26 0 0.28 0.85 0.31 40.27 0.74 0.39
Hex AF 7E 1A 0 1C 55 1F 28 4A 27
Octal 257 176 32 0 34 125 37 50 112 47
Binary 10101111 1111110 11010 0 11100 1010101 11111 101000 1001010 100111

Color Harmonies of #AF7E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E1A

Black with #AF7E1A

Text Example


Text Example

White with #AF7E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E1A; }

 p { color: rgb(175,126,26); }

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

background-color css

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

 a { background-color: rgb(175,126,26); }

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

border-color css

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

 span { border-color: rgb(175,126,26); }

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