Html Css Color HEX #A27C0A Dark Goldenrod

📋 copy color: '#A27C0A'

red 162 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #A27C0A

Tints of Dark Goldenrod #A27C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 54.73%
G = 41.89%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A27C0A (or 0xA27C0A) is known color: Dark Goldenrod. HEX triplet: A2, 7C and 0A. RGB value is (162,124,10). Sum of RGB (Red+Green+Blue) = 162+124+10=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C0A is #5D83F5. Grayscale: #7A7A7A. Windows color (decimal): -6128630 or 687266. OLE color: 687266.

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

Color convert

RGB 162 124 10 -
CMYK 0 0.23 0.94 0.36
HSL 45º 0.88% 0.34% -
HSV(B) 45º 0.94% 0.64% -
XYZ 22.16 22.12 3.39 -
YUV 122.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 162 124 10 0 0.23 0.94 0.36 45 0.88 0.34
Hex A2 7C A 0 17 5E 24 2D 58 22
Octal 242 174 12 0 27 136 44 55 130 42
Binary 10100010 1111100 1010 0 10111 1011110 100100 101101 1011000 100010

Color Harmonies of #A27C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C0A

Black with #A27C0A

Text Example


Text Example

White with #A27C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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