Html Css Color HEX #AF7F01 Dark Goldenrod

📋 copy color: '#AF7F01'

red 175 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #AF7F01

Tints of Dark Goldenrod #AF7F01

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 57.76%
G = 41.91%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7F01 (or 0xAF7F01) is known color: Dark Goldenrod. HEX triplet: AF, 7F and 01. RGB value is (175,127,1). Sum of RGB (Red+Green+Blue) = 175+127+1=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7F01 is #5080FE. Grayscale: #7F7F7F. Windows color (decimal): -5275903 or 98223. OLE color: 98223.

HSL color Cylindrical-coordinate representation of color #AF7F01: hue angle of 43.45º degrees, saturation: 0.99, 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 #AF7F01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 1 -
CMYK 0 0.27 0.99 0.31
HSL 43.45º 0.99% 0.35% -
HSV(B) 43.45º 0.99% 0.69% -
XYZ 25.27 24.29 3.39 -
YUV 126.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 175 127 1 0 0.27 0.99 0.31 43.45 0.99 0.35
Hex AF 7F 1 0 1B 63 1F 2B 63 23
Octal 257 177 1 0 33 143 37 53 143 43
Binary 10101111 1111111 1 0 11011 1100011 11111 101011 1100011 100011

Color Harmonies of #AF7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F01

Black with #AF7F01

Text Example


Text Example

White with #AF7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F01; }

 p { color: rgb(175,127,1); }

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

background-color css

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

 a { background-color: rgb(175,127,1); }

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

border-color css

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

 span { border-color: rgb(175,127,1); }

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