Html Css Color HEX #A28C04 Dark Goldenrod

📋 copy color: '#A28C04'

red 162 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #A28C04

Tints of Dark Goldenrod #A28C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

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

R = 52.94%
G = 45.75%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A28C04 (or 0xA28C04) is known color: Dark Goldenrod. HEX triplet: A2, 8C and 04. RGB value is (162,140,4). Sum of RGB (Red+Green+Blue) = 162+140+4=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C04 is #5D73FB. Grayscale: #838383. Windows color (decimal): -6124540 or 298146. OLE color: 298146.

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

Color convert

RGB 162 140 4 -
CMYK 0 0.14 0.98 0.36
HSL 51.65º 0.95% 0.33% -
HSV(B) 51.65º 0.98% 0.64% -
XYZ 24.3 26.45 3.94 -
YUV 131.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 162 140 4 0 0.14 0.98 0.36 51.65 0.95 0.33
Hex A2 8C 4 0 E 62 24 34 5F 21
Octal 242 214 4 0 16 142 44 64 137 41
Binary 10100010 10001100 100 0 1110 1100010 100100 110100 1011111 100001

Color Harmonies of #A28C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C04

Black with #A28C04

Text Example


Text Example

White with #A28C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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