Html Css Color HEX #A38308 Dark Goldenrod

📋 copy color: '#A38308'

red 163 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #A38308

Tints of Dark Goldenrod #A38308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 8 (3.52% from 255) = 2.65%

R = 53.97%
G = 43.38%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A38308 (or 0xA38308) is known color: Dark Goldenrod. HEX triplet: A3, 83 and 08. RGB value is (163,131,8). Sum of RGB (Red+Green+Blue) = 163+131+8=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A38308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38308 is #5C7CF7. Grayscale: #7F7F7F. Windows color (decimal): -6061304 or 557987. OLE color: 557987.

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

Color convert

RGB 163 131 8 -
CMYK 0 0.20 0.95 0.36
HSL 47.61º 0.91% 0.34% -
HSV(B) 47.61º 0.95% 0.64% -
XYZ 23.26 24.04 3.64 -
YUV 126.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 163 131 8 0 0.20 0.95 0.36 47.61 0.91 0.34
Hex A3 83 8 0 14 5F 24 30 5B 22
Octal 243 203 10 0 24 137 44 60 133 42
Binary 10100011 10000011 1000 0 10100 1011111 100100 110000 1011011 100010

Color Harmonies of #A38308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38308

Black with #A38308

Text Example


Text Example

White with #A38308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38308; }

 p { color: rgb(163,131,8); }

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

background-color css

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

 a { background-color: rgb(163,131,8); }

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

border-color css

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

 span { border-color: rgb(163,131,8); }

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