Html Css Color HEX #A67A07 Dark Goldenrod

📋 copy color: '#A67A07'

red 166 ◦ green 122 ◦ blue 7

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

Shades of Dark Goldenrod #A67A07

Tints of Dark Goldenrod #A67A07

RGB

 RED value IS 166 (65.23% from 255) = 56.27%

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

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

R = 56.27%
G = 41.36%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A67A07 (or 0xA67A07) is known color: Dark Goldenrod. HEX triplet: A6, 7A and 07. RGB value is (166,122,7). Sum of RGB (Red+Green+Blue) = 166+122+7=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67A07 is #5985F8. Grayscale: #7A7A7A. Windows color (decimal): -5867001 or 490150. OLE color: 490150.

HSL color Cylindrical-coordinate representation of color #A67A07: hue angle of 43.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A67A07 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 7 -
CMYK 0 0.27 0.96 0.35
HSL 43.4º 0.92% 0.34% -
HSV(B) 43.4º 0.96% 0.65% -
XYZ 22.72 22.04 3.26 -
YUV 122.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 166 122 7 0 0.27 0.96 0.35 43.4 0.92 0.34
Hex A6 7A 7 0 1B 60 23 2B 5C 22
Octal 246 172 7 0 33 140 43 53 134 42
Binary 10100110 1111010 111 0 11011 1100000 100011 101011 1011100 100010

Color Harmonies of #A67A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A07

Black with #A67A07

Text Example


Text Example

White with #A67A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A07; }

 p { color: rgb(166,122,7); }

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

background-color css

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

 a { background-color: rgb(166,122,7); }

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

border-color css

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

 span { border-color: rgb(166,122,7); }

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