Html Css Color HEX #A27F0A Dark Goldenrod

📋 copy color: '#A27F0A'

red 162 ◦ green 127 ◦ blue 10

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

Shades of Dark Goldenrod #A27F0A

Tints of Dark Goldenrod #A27F0A

RGB

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

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

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

R = 54.18%
G = 42.47%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A27F0A (or 0xA27F0A) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 0A. RGB value is (162,127,10). Sum of RGB (Red+Green+Blue) = 162+127+10=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F0A is #5D80F5. Grayscale: #7C7C7C. Windows color (decimal): -6127862 or 688034. OLE color: 688034.

HSL color Cylindrical-coordinate representation of color #A27F0A: hue angle of 46.18º 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 #A27F0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 10 -
CMYK 0 0.22 0.94 0.36
HSL 46.18º 0.88% 0.34% -
HSV(B) 46.18º 0.94% 0.64% -
XYZ 22.54 22.88 3.52 -
YUV 124.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 162 127 10 0 0.22 0.94 0.36 46.18 0.88 0.34
Hex A2 7F A 0 16 5E 24 2E 58 22
Octal 242 177 12 0 26 136 44 56 130 42
Binary 10100010 1111111 1010 0 10110 1011110 100100 101110 1011000 100010

Color Harmonies of #A27F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F0A

Black with #A27F0A

Text Example


Text Example

White with #A27F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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