Html Css Color HEX #A27B04 Dark Goldenrod

📋 copy color: '#A27B04'

red 162 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #A27B04

Tints of Dark Goldenrod #A27B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.56%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 56.06%
G = 42.56%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A27B04 (or 0xA27B04) is known color: Dark Goldenrod. HEX triplet: A2, 7B and 04. RGB value is (162,123,4). Sum of RGB (Red+Green+Blue) = 162+123+4=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B04 is #5D84FB. Grayscale: #797979. Windows color (decimal): -6128892 or 293794. OLE color: 293794.

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

Color convert

RGB 162 123 4 -
CMYK 0 0.24 0.98 0.36
HSL 45.19º 0.95% 0.33% -
HSV(B) 45.19º 0.98% 0.64% -
XYZ 22.01 21.86 3.17 -
YUV 121.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 162 123 4 0 0.24 0.98 0.36 45.19 0.95 0.33
Hex A2 7B 4 0 18 62 24 2D 5F 21
Octal 242 173 4 0 30 142 44 55 137 41
Binary 10100010 1111011 100 0 11000 1100010 100100 101101 1011111 100001

Color Harmonies of #A27B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27B04

Black with #A27B04

Text Example


Text Example

White with #A27B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27B04; }

 p { color: rgb(162,123,4); }

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

background-color css

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

 a { background-color: rgb(162,123,4); }

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

border-color css

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

 span { border-color: rgb(162,123,4); }

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