Html Css Color HEX #A48F30 Reef Gold

📋 copy color: '#A48F30'

red 164 ◦ green 143 ◦ blue 48

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

Shades of Reef Gold #A48F30

Tints of Reef Gold #A48F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 46.2%
G = 40.28%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A48F30 (or 0xA48F30) is known color: Reef Gold. HEX triplet: A4, 8F and 30. RGB value is (164,143,48). Sum of RGB (Red+Green+Blue) = 164+143+48=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F30 is #5B70CF. Grayscale: #8A8A8A. Windows color (decimal): -5992656 or 3182500. OLE color: 3182500.

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

Color convert

RGB 164 143 48 -
CMYK 0 0.13 0.71 0.36
HSL 49.14º 0.55% 0.42% -
HSV(B) 49.14º 0.71% 0.64% -
XYZ 25.67 27.75 6.8 -
YUV 138.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 164 143 48 0 0.13 0.71 0.36 49.14 0.55 0.42
Hex A4 8F 30 0 D 47 24 31 37 2A
Octal 244 217 60 0 15 107 44 61 67 52
Binary 10100100 10001111 110000 0 1101 1000111 100100 110001 110111 101010

Color Harmonies of #A48F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F30

Black with #A48F30

Text Example


Text Example

White with #A48F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F30; }

 p { color: rgb(164,143,48); }

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

background-color css

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

 a { background-color: rgb(164,143,48); }

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

border-color css

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

 span { border-color: rgb(164,143,48); }

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