Html Css Color HEX #AF7A00 Dark Goldenrod

📋 copy color: '#AF7A00'

red 175 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #AF7A00

Tints of Dark Goldenrod #AF7A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.92%
G = 41.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF7A00 (or 0xAF7A00) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 00. RGB value is (175,122,0). Sum of RGB (Red+Green+Blue) = 175+122+0=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A00 is #5085FF. Grayscale: #7C7C7C. Windows color (decimal): -5277184 or 31407. OLE color: 31407.

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

Color convert

RGB 175 122 0 -
CMYK 0 0.30 1 0.31
HSL 41.83º 1% 0.34% -
HSV(B) 41.83º 1% 0.69% -
XYZ 24.64 23.03 3.15 -
YUV 123.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 175 122 0 0 0.30 1 0.31 41.83 1 0.34
Hex AF 7A 0 0 1E 64 1F 2A 64 22
Octal 257 172 0 0 36 144 37 52 144 42
Binary 10101111 1111010 0 0 11110 1100100 11111 101010 1100100 100010

Color Harmonies of #AF7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A00

Black with #AF7A00

Text Example


Text Example

White with #AF7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A00; }

 p { color: rgb(175,122,0); }

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

background-color css

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

 a { background-color: rgb(175,122,0); }

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

border-color css

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

 span { border-color: rgb(175,122,0); }

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