Html Css Color HEX #A27C06 Dark Goldenrod

📋 copy color: '#A27C06'

red 162 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #A27C06

Tints of Dark Goldenrod #A27C06

RGB

 RED value IS 162 (63.67% from 255) = 55.48%

 GREEN value IS 124 (48.83% from 255) = 42.47%

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 55.48%
G = 42.47%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A27C06 (or 0xA27C06) is known color: Dark Goldenrod. HEX triplet: A2, 7C and 06. RGB value is (162,124,6). Sum of RGB (Red+Green+Blue) = 162+124+6=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C06 is #5D83F9. Grayscale: #7A7A7A. Windows color (decimal): -6128634 or 425122. OLE color: 425122.

HSL color Cylindrical-coordinate representation of color #A27C06: hue angle of 45.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A27C06 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 6 -
CMYK 0 0.23 0.96 0.36
HSL 45.38º 0.93% 0.33% -
HSV(B) 45.38º 0.96% 0.64% -
XYZ 22.14 22.11 3.27 -
YUV 121.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 162 124 6 0 0.23 0.96 0.36 45.38 0.93 0.33
Hex A2 7C 6 0 17 60 24 2D 5D 21
Octal 242 174 6 0 27 140 44 55 135 41
Binary 10100010 1111100 110 0 10111 1100000 100100 101101 1011101 100001

Color Harmonies of #A27C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C06

Black with #A27C06

Text Example


Text Example

White with #A27C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C06; }

 p { color: rgb(162,124,6); }

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

background-color css

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

 a { background-color: rgb(162,124,6); }

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

border-color css

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

 span { border-color: rgb(162,124,6); }

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