Html Css Color HEX #AF9307 Dark Goldenrod

📋 copy color: '#AF9307'

red 175 ◦ green 147 ◦ blue 7

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

Shades of Dark Goldenrod #AF9307

Tints of Dark Goldenrod #AF9307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 53.19%
G = 44.68%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF9307 (or 0xAF9307) is known color: Dark Goldenrod. HEX triplet: AF, 93 and 07. RGB value is (175,147,7). Sum of RGB (Red+Green+Blue) = 175+147+7=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9307 is #506CF8. Grayscale: #8C8C8C. Windows color (decimal): -5270777 or 496559. OLE color: 496559.

HSL color Cylindrical-coordinate representation of color #AF9307: hue angle of 50º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF9307 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 7 -
CMYK 0 0.16 0.96 0.31
HSL 50º 0.92% 0.36% -
HSV(B) 50º 0.96% 0.69% -
XYZ 28.15 30 4.51 -
YUV 139.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 175 147 7 0 0.16 0.96 0.31 50 0.92 0.36
Hex AF 93 7 0 10 60 1F 32 5C 24
Octal 257 223 7 0 20 140 37 62 134 44
Binary 10101111 10010011 111 0 10000 1100000 11111 110010 1011100 100100

Color Harmonies of #AF9307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9307

Black with #AF9307

Text Example


Text Example

White with #AF9307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9307; }

 p { color: rgb(175,147,7); }

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

background-color css

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

 a { background-color: rgb(175,147,7); }

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

border-color css

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

 span { border-color: rgb(175,147,7); }

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