Html Css Color HEX #A38F01 Dark Goldenrod

📋 copy color: '#A38F01'

red 163 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #A38F01

Tints of Dark Goldenrod #A38F01

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 53.09%
G = 46.58%
B = 0.33%

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

#A38F01 (or 0xA38F01) is known color: Dark Goldenrod. HEX triplet: A3, 8F and 01. RGB value is (163,143,1). Sum of RGB (Red+Green+Blue) = 163+143+1=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38F01 is #5C70FE. Grayscale: #858585. Windows color (decimal): -6058239 or 102307. OLE color: 102307.

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

Color convert

RGB 163 143 1 -
CMYK 0 0.12 0.99 0.36
HSL 52.59º 0.99% 0.32% -
HSV(B) 52.59º 0.99% 0.64% -
XYZ 24.93 27.43 4.01 -
YUV 132.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 163 143 1 0 0.12 0.99 0.36 52.59 0.99 0.32
Hex A3 8F 1 0 C 63 24 35 63 20
Octal 243 217 1 0 14 143 44 65 143 40
Binary 10100011 10001111 1 0 1100 1100011 100100 110101 1100011 100000

Color Harmonies of #A38F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38F01

Black with #A38F01

Text Example


Text Example

White with #A38F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38F01; }

 p { color: rgb(163,143,1); }

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

background-color css

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

 a { background-color: rgb(163,143,1); }

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

border-color css

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

 span { border-color: rgb(163,143,1); }

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