Html Css Color HEX #A17F07 Dark Goldenrod

📋 copy color: '#A17F07'

red 161 ◦ green 127 ◦ blue 7

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

Shades of Dark Goldenrod #A17F07

Tints of Dark Goldenrod #A17F07

RGB

 RED value IS 161 (63.28% from 255) = 54.58%

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

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

R = 54.58%
G = 43.05%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A17F07 (or 0xA17F07) is known color: Dark Goldenrod. HEX triplet: A1, 7F and 07. RGB value is (161,127,7). Sum of RGB (Red+Green+Blue) = 161+127+7=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F07 is #5E80F8. Grayscale: #7B7B7B. Windows color (decimal): -6193401 or 491425. OLE color: 491425.

HSL color Cylindrical-coordinate representation of color #A17F07: hue angle of 46.75º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A17F07 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 7 -
CMYK 0 0.21 0.96 0.37
HSL 46.75º 0.92% 0.33% -
HSV(B) 46.75º 0.96% 0.63% -
XYZ 22.33 22.77 3.42 -
YUV 123.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 161 127 7 0 0.21 0.96 0.37 46.75 0.92 0.33
Hex A1 7F 7 0 15 60 25 2F 5C 21
Octal 241 177 7 0 25 140 45 57 134 41
Binary 10100001 1111111 111 0 10101 1100000 100101 101111 1011100 100001

Color Harmonies of #A17F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F07

Black with #A17F07

Text Example


Text Example

White with #A17F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F07; }

 p { color: rgb(161,127,7); }

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

background-color css

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

 a { background-color: rgb(161,127,7); }

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

border-color css

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

 span { border-color: rgb(161,127,7); }

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