Html Css Color HEX #A27F00 Dark Goldenrod

📋 copy color: '#A27F00'

red 162 ◦ green 127 ◦ blue 0

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

Shades of Dark Goldenrod #A27F00

Tints of Dark Goldenrod #A27F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.06%
G = 43.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A27F00 (or 0xA27F00) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 00. RGB value is (162,127,0). Sum of RGB (Red+Green+Blue) = 162+127+0=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F00 is #5D80FF. Grayscale: #7B7B7B. Windows color (decimal): -6127872 or 32674. OLE color: 32674.

HSL color Cylindrical-coordinate representation of color #A27F00: hue angle of 47.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A27F00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 0 -
CMYK 0 0.22 1 0.36
HSL 47.04º 1% 0.32% -
HSV(B) 47.04º 1% 0.64% -
XYZ 22.49 22.86 3.23 -
YUV 122.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 162 127 0 0 0.22 1 0.36 47.04 1 0.32
Hex A2 7F 0 0 16 64 24 2F 64 20
Octal 242 177 0 0 26 144 44 57 144 40
Binary 10100010 1111111 0 0 10110 1100100 100100 101111 1100100 100000

Color Harmonies of #A27F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F00

Black with #A27F00

Text Example


Text Example

White with #A27F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F00; }

 p { color: rgb(162,127,0); }

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

background-color css

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

 a { background-color: rgb(162,127,0); }

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

border-color css

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

 span { border-color: rgb(162,127,0); }

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