Html Css Color HEX #A28C30 Reef Gold

📋 copy color: '#A28C30'

red 162 ◦ green 140 ◦ blue 48

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

Shades of Reef Gold #A28C30

Tints of Reef Gold #A28C30

RGB

 RED value IS 162 (63.67% from 255) = 46.29%

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

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

R = 46.29%
G = 40%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A28C30 (or 0xA28C30) is known color: Reef Gold. HEX triplet: A2, 8C and 30. RGB value is (162,140,48). Sum of RGB (Red+Green+Blue) = 162+140+48=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C30 is #5D73CF. Grayscale: #888888. Windows color (decimal): -6124496 or 3181730. OLE color: 3181730.

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

Color convert

RGB 162 140 48 -
CMYK 0 0.14 0.70 0.36
HSL 48.42º 0.54% 0.41% -
HSV(B) 48.42º 0.7% 0.64% -
XYZ 24.81 26.65 6.63 -
YUV 136.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 162 140 48 0 0.14 0.70 0.36 48.42 0.54 0.41
Hex A2 8C 30 0 E 46 24 30 36 29
Octal 242 214 60 0 16 106 44 60 66 51
Binary 10100010 10001100 110000 0 1110 1000110 100100 110000 110110 101001

Color Harmonies of #A28C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C30

Black with #A28C30

Text Example


Text Example

White with #A28C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C30; }

 p { color: rgb(162,140,48); }

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

background-color css

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

 a { background-color: rgb(162,140,48); }

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

border-color css

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

 span { border-color: rgb(162,140,48); }

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