Html Css Color HEX #AF7102 Dark Goldenrod

📋 copy color: '#AF7102'

red 175 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #AF7102

Tints of Dark Goldenrod #AF7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 60.34%
G = 38.97%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7102 (or 0xAF7102) is known color: Dark Goldenrod. HEX triplet: AF, 71 and 02. RGB value is (175,113,2). Sum of RGB (Red+Green+Blue) = 175+113+2=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7102 is #508EFD. Grayscale: #777777. Windows color (decimal): -5279486 or 160175. OLE color: 160175.

HSL color Cylindrical-coordinate representation of color #AF7102: hue angle of 38.5º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF7102 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 2 -
CMYK 0 0.35 0.99 0.31
HSL 38.5º 0.98% 0.35% -
HSV(B) 38.5º 0.99% 0.69% -
XYZ 23.6 20.93 2.85 -
YUV 118.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 175 113 2 0 0.35 0.99 0.31 38.5 0.98 0.35
Hex AF 71 2 0 23 63 1F 26 62 23
Octal 257 161 2 0 43 143 37 46 142 43
Binary 10101111 1110001 10 0 100011 1100011 11111 100110 1100010 100011

Color Harmonies of #AF7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7102

Black with #AF7102

Text Example


Text Example

White with #AF7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7102; }

 p { color: rgb(175,113,2); }

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

background-color css

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

 a { background-color: rgb(175,113,2); }

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

border-color css

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

 span { border-color: rgb(175,113,2); }

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