Html Css Color HEX #A48D38 Reef Gold

📋 copy color: '#A48D38'

red 164 ◦ green 141 ◦ blue 56

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

Shades of Reef Gold #A48D38

Tints of Reef Gold #A48D38

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

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

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 45.43%
G = 39.06%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A48D38 (or 0xA48D38) is known color: Reef Gold. HEX triplet: A4, 8D and 38. RGB value is (164,141,56). Sum of RGB (Red+Green+Blue) = 164+141+56=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D38 is #5B72C7. Grayscale: #8A8A8A. Windows color (decimal): -5993160 or 3706276. OLE color: 3706276.

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

Color convert

RGB 164 141 56 -
CMYK 0 0.14 0.66 0.36
HSL 47.22º 0.49% 0.43% -
HSV(B) 47.22º 0.66% 0.64% -
XYZ 25.55 27.23 7.65 -
YUV 138.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 164 141 56 0 0.14 0.66 0.36 47.22 0.49 0.43
Hex A4 8D 38 0 E 42 24 2F 31 2B
Octal 244 215 70 0 16 102 44 57 61 53
Binary 10100100 10001101 111000 0 1110 1000010 100100 101111 110001 101011

Color Harmonies of #A48D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D38

Black with #A48D38

Text Example


Text Example

White with #A48D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D38; }

 p { color: rgb(164,141,56); }

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

background-color css

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

 a { background-color: rgb(164,141,56); }

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

border-color css

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

 span { border-color: rgb(164,141,56); }

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