Html Css Color HEX #A38D3C Reef Gold

📋 copy color: '#A38D3C'

red 163 ◦ green 141 ◦ blue 60

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

Shades of Reef Gold #A38D3C

Tints of Reef Gold #A38D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 44.78%
G = 38.74%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A38D3C (or 0xA38D3C) is known color: Reef Gold. HEX triplet: A3, 8D and 3C. RGB value is (163,141,60). Sum of RGB (Red+Green+Blue) = 163+141+60=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D3C is #5C72C3. Grayscale: #8A8A8A. Windows color (decimal): -6058692 or 3968419. OLE color: 3968419.

HSL color Cylindrical-coordinate representation of color #A38D3C: hue angle of 47.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A38D3C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 60 -
CMYK 0 0.13 0.63 0.36
HSL 47.18º 0.46% 0.44% -
HSV(B) 47.18º 0.63% 0.64% -
XYZ 25.44 27.16 8.18 -
YUV 138.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 163 141 60 0 0.13 0.63 0.36 47.18 0.46 0.44
Hex A3 8D 3C 0 D 3F 24 2F 2E 2C
Octal 243 215 74 0 15 77 44 57 56 54
Binary 10100011 10001101 111100 0 1101 111111 100100 101111 101110 101100

Color Harmonies of #A38D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D3C

Black with #A38D3C

Text Example


Text Example

White with #A38D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D3C; }

 p { color: rgb(163,141,60); }

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

background-color css

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

 a { background-color: rgb(163,141,60); }

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

border-color css

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

 span { border-color: rgb(163,141,60); }

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