Html Css Color HEX #A07F07 Dark Goldenrod

📋 copy color: '#A07F07'

red 160 ◦ green 127 ◦ blue 7

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

Shades of Dark Goldenrod #A07F07

Tints of Dark Goldenrod #A07F07

RGB

 RED value IS 160 (62.89% from 255) = 54.42%

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

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

R = 54.42%
G = 43.2%
B = 2.38%

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

#A07F07 (or 0xA07F07) is known color: Dark Goldenrod. HEX triplet: A0, 7F and 07. RGB value is (160,127,7). Sum of RGB (Red+Green+Blue) = 160+127+7=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07F07 is #5F80F8. Grayscale: #7B7B7B. Windows color (decimal): -6258937 or 491424. OLE color: 491424.

HSL color Cylindrical-coordinate representation of color #A07F07: hue angle of 47.06º 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 #A07F07 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 127 7 -
CMYK 0 0.21 0.96 0.37
HSL 47.06º 0.92% 0.33% -
HSV(B) 47.06º 0.96% 0.63% -
XYZ 22.12 22.67 3.41 -
YUV 123.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 160 127 7 0 0.21 0.96 0.37 47.06 0.92 0.33
Hex A0 7F 7 0 15 60 25 2F 5C 21
Octal 240 177 7 0 25 140 45 57 134 41
Binary 10100000 1111111 111 0 10101 1100000 100101 101111 1011100 100001

Color Harmonies of #A07F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F07

Black with #A07F07

Text Example


Text Example

White with #A07F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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