Html Css Color HEX #A27D0A Dark Goldenrod

📋 copy color: '#A27D0A'

red 162 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #A27D0A

Tints of Dark Goldenrod #A27D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

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

R = 54.55%
G = 42.09%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A27D0A (or 0xA27D0A) is known color: Dark Goldenrod. HEX triplet: A2, 7D and 0A. RGB value is (162,125,10). Sum of RGB (Red+Green+Blue) = 162+125+10=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27D0A is #5D82F5. Grayscale: #7B7B7B. Windows color (decimal): -6128374 or 687522. OLE color: 687522.

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

Color convert

RGB 162 125 10 -
CMYK 0 0.23 0.94 0.36
HSL 45.39º 0.88% 0.34% -
HSV(B) 45.39º 0.94% 0.64% -
XYZ 22.29 22.37 3.43 -
YUV 122.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 162 125 10 0 0.23 0.94 0.36 45.39 0.88 0.34
Hex A2 7D A 0 17 5E 24 2D 58 22
Octal 242 175 12 0 27 136 44 55 130 42
Binary 10100010 1111101 1010 0 10111 1011110 100100 101101 1011000 100010

Color Harmonies of #A27D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D0A

Black with #A27D0A

Text Example


Text Example

White with #A27D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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