Html Css Color HEX #A68F07 Dark Goldenrod

📋 copy color: '#A68F07'

red 166 ◦ green 143 ◦ blue 7

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

Shades of Dark Goldenrod #A68F07

Tints of Dark Goldenrod #A68F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.25%

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

R = 52.53%
G = 45.25%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A68F07 (or 0xA68F07) is known color: Dark Goldenrod. HEX triplet: A6, 8F and 07. RGB value is (166,143,7). Sum of RGB (Red+Green+Blue) = 166+143+7=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F07 is #5970F8. Grayscale: #868686. Windows color (decimal): -5861625 or 495526. OLE color: 495526.

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

Color convert

RGB 166 143 7 -
CMYK 0 0.14 0.96 0.35
HSL 51.32º 0.92% 0.34% -
HSV(B) 51.32º 0.96% 0.65% -
XYZ 25.59 27.77 4.21 -
YUV 134.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 166 143 7 0 0.14 0.96 0.35 51.32 0.92 0.34
Hex A6 8F 7 0 E 60 23 33 5C 22
Octal 246 217 7 0 16 140 43 63 134 42
Binary 10100110 10001111 111 0 1110 1100000 100011 110011 1011100 100010

Color Harmonies of #A68F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F07

Black with #A68F07

Text Example


Text Example

White with #A68F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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