Html Css Color HEX #A27F02 Dark Goldenrod

📋 copy color: '#A27F02'

red 162 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #A27F02

Tints of Dark Goldenrod #A27F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 55.67%
G = 43.64%
B = 0.69%

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

#A27F02 (or 0xA27F02) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 02. RGB value is (162,127,2). Sum of RGB (Red+Green+Blue) = 162+127+2=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F02 is #5D80FD. Grayscale: #7B7B7B. Windows color (decimal): -6127870 or 163746. OLE color: 163746.

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

Color convert

RGB 162 127 2 -
CMYK 0 0.22 0.99 0.36
HSL 46.88º 0.98% 0.32% -
HSV(B) 46.88º 0.99% 0.64% -
XYZ 22.5 22.86 3.28 -
YUV 123.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 162 127 2 0 0.22 0.99 0.36 46.88 0.98 0.32
Hex A2 7F 2 0 16 63 24 2F 62 20
Octal 242 177 2 0 26 143 44 57 142 40
Binary 10100010 1111111 10 0 10110 1100011 100100 101111 1100010 100000

Color Harmonies of #A27F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F02

Black with #A27F02

Text Example


Text Example

White with #A27F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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