Html Css Color HEX #A38C3A Reef Gold

📋 copy color: '#A38C3A'

red 163 ◦ green 140 ◦ blue 58

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

Shades of Reef Gold #A38C3A

Tints of Reef Gold #A38C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 45.15%
G = 38.78%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A38C3A (or 0xA38C3A) is known color: Reef Gold. HEX triplet: A3, 8C and 3A. RGB value is (163,140,58). Sum of RGB (Red+Green+Blue) = 163+140+58=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C3A is #5C73C5. Grayscale: #898989. Windows color (decimal): -6058950 or 3837091. OLE color: 3837091.

HSL color Cylindrical-coordinate representation of color #A38C3A: hue angle of 46.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A38C3A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 140 58 -
CMYK 0 0.14 0.64 0.36
HSL 46.86º 0.48% 0.43% -
HSV(B) 46.86º 0.64% 0.64% -
XYZ 25.25 26.85 7.85 -
YUV 137.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 163 140 58 0 0.14 0.64 0.36 46.86 0.48 0.43
Hex A3 8C 3A 0 E 40 24 2F 30 2B
Octal 243 214 72 0 16 100 44 57 60 53
Binary 10100011 10001100 111010 0 1110 1000000 100100 101111 110000 101011

Color Harmonies of #A38C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C3A

Black with #A38C3A

Text Example


Text Example

White with #A38C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C3A; }

 p { color: rgb(163,140,58); }

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

background-color css

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

 a { background-color: rgb(163,140,58); }

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

border-color css

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

 span { border-color: rgb(163,140,58); }

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