Html Css Color HEX #A27F01 Dark Goldenrod

📋 copy color: '#A27F01'

red 162 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #A27F01

Tints of Dark Goldenrod #A27F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 55.86%
G = 43.79%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A27F01 (or 0xA27F01) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 01. RGB value is (162,127,1). Sum of RGB (Red+Green+Blue) = 162+127+1=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F01 is #5D80FE. Grayscale: #7B7B7B. Windows color (decimal): -6127871 or 98210. OLE color: 98210.

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

Color convert

RGB 162 127 1 -
CMYK 0 0.22 0.99 0.36
HSL 46.96º 0.99% 0.32% -
HSV(B) 46.96º 0.99% 0.64% -
XYZ 22.5 22.86 3.26 -
YUV 123.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 162 127 1 0 0.22 0.99 0.36 46.96 0.99 0.32
Hex A2 7F 1 0 16 63 24 2F 63 20
Octal 242 177 1 0 26 143 44 57 143 40
Binary 10100010 1111111 1 0 10110 1100011 100100 101111 1100011 100000

Color Harmonies of #A27F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F01

Black with #A27F01

Text Example


Text Example

White with #A27F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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