Html Css Color HEX #AF7B14 Dark Goldenrod

📋 copy color: '#AF7B14'

red 175 ◦ green 123 ◦ blue 20

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

Shades of Dark Goldenrod #AF7B14

Tints of Dark Goldenrod #AF7B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 55.03%
G = 38.68%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7B14 (or 0xAF7B14) is known color: Dark Goldenrod. HEX triplet: AF, 7B and 14. RGB value is (175,123,20). Sum of RGB (Red+Green+Blue) = 175+123+20=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B14 is #5084EB. Grayscale: #7F7F7F. Windows color (decimal): -5276908 or 1342383. OLE color: 1342383.

HSL color Cylindrical-coordinate representation of color #AF7B14: hue angle of 39.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF7B14 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 20 -
CMYK 0 0.30 0.89 0.31
HSL 39.87º 0.79% 0.38% -
HSV(B) 39.87º 0.89% 0.69% -
XYZ 24.89 23.33 3.85 -
YUV 126.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 175 123 20 0 0.30 0.89 0.31 39.87 0.79 0.38
Hex AF 7B 14 0 1E 59 1F 28 4F 26
Octal 257 173 24 0 36 131 37 50 117 46
Binary 10101111 1111011 10100 0 11110 1011001 11111 101000 1001111 100110

Color Harmonies of #AF7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B14

Black with #AF7B14

Text Example


Text Example

White with #AF7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B14; }

 p { color: rgb(175,123,20); }

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

background-color css

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

 a { background-color: rgb(175,123,20); }

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

border-color css

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

 span { border-color: rgb(175,123,20); }

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