Html Css Color HEX #A28F02 Dark Goldenrod

📋 copy color: '#A28F02'

red 162 ◦ green 143 ◦ blue 2

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

Shades of Dark Goldenrod #A28F02

Tints of Dark Goldenrod #A28F02

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.58%

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

R = 52.77%
G = 46.58%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A28F02 (or 0xA28F02) is known color: Dark Goldenrod. HEX triplet: A2, 8F and 02. RGB value is (162,143,2). Sum of RGB (Red+Green+Blue) = 162+143+2=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F02 is #5D70FD. Grayscale: #858585. Windows color (decimal): -6123774 or 167842. OLE color: 167842.

HSL color Cylindrical-coordinate representation of color #A28F02: hue angle of 52.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 #A28F02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 2 -
CMYK 0 0.12 0.99 0.36
HSL 52.88º 0.98% 0.32% -
HSV(B) 52.88º 0.99% 0.64% -
XYZ 24.73 27.33 4.03 -
YUV 132.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 162 143 2 0 0.12 0.99 0.36 52.88 0.98 0.32
Hex A2 8F 2 0 C 63 24 35 62 20
Octal 242 217 2 0 14 143 44 65 142 40
Binary 10100010 10001111 10 0 1100 1100011 100100 110101 1100010 100000

Color Harmonies of #A28F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F02

Black with #A28F02

Text Example


Text Example

White with #A28F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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