Html Css Color HEX #A27F08 Dark Goldenrod

📋 copy color: '#A27F08'

red 162 ◦ green 127 ◦ blue 8

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

Shades of Dark Goldenrod #A27F08

Tints of Dark Goldenrod #A27F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 54.55%
G = 42.76%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A27F08 (or 0xA27F08) is known color: Dark Goldenrod. HEX triplet: A2, 7F and 08. RGB value is (162,127,8). Sum of RGB (Red+Green+Blue) = 162+127+8=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F08 is #5D80F7. Grayscale: #7C7C7C. Windows color (decimal): -6127864 or 556962. OLE color: 556962.

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

Color convert

RGB 162 127 8 -
CMYK 0 0.22 0.95 0.36
HSL 46.36º 0.91% 0.33% -
HSV(B) 46.36º 0.95% 0.64% -
XYZ 22.53 22.88 3.46 -
YUV 123.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 162 127 8 0 0.22 0.95 0.36 46.36 0.91 0.33
Hex A2 7F 8 0 16 5F 24 2E 5B 21
Octal 242 177 10 0 26 137 44 56 133 41
Binary 10100010 1111111 1000 0 10110 1011111 100100 101110 1011011 100001

Color Harmonies of #A27F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F08

Black with #A27F08

Text Example


Text Example

White with #A27F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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